-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from FriendsOfCake/updates
Bump up phpunit version
- Loading branch information
Showing
14 changed files
with
302 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="6.0.0@b8e96bb617bf59382113b1b56cef751f648a7dc9"> | ||
<file src="src/Pdf/CakePdf.php"> | ||
<InvalidDocblock> | ||
<code><![CDATA[public function cache(bool|string|null $cache = null): static|string|false]]></code> | ||
<code><![CDATA[public function delay(?int $delay = null): static|int|null]]></code> | ||
<code><![CDATA[public function encoding(?string $encoding = null): static|string]]></code> | ||
<code><![CDATA[public function footer(string|array|null $left = null, ?string $center = null, ?string $right = null): static|array]]></code> | ||
<code><![CDATA[public function header(string|array|null $left = null, ?string $center = null, ?string $right = null): static|array]]></code> | ||
<code><![CDATA[public function helpers(?array $helpers = null): static|array]]></code> | ||
<code><![CDATA[public function html(?string $html = null): static|string]]></code> | ||
<code><![CDATA[public function layoutPath(?string $layoutPath = null): static|string]]></code> | ||
<code><![CDATA[public function margin(]]></code> | ||
<code><![CDATA[public function marginBottom(string|int|null $margin = null): static|string|int|null]]></code> | ||
<code><![CDATA[public function marginLeft(string|int|null $margin = null): static|string|int|null]]></code> | ||
<code><![CDATA[public function marginRight(string|int|null $margin = null): static|string|int|null]]></code> | ||
<code><![CDATA[public function marginTop(string|int|null $margin = null): static|string|int|null]]></code> | ||
<code><![CDATA[public function orientation(?string $orientation = null): static|string]]></code> | ||
<code><![CDATA[public function ownerPassword(?string $password = null): static|string|null]]></code> | ||
<code><![CDATA[public function pageSize(?string $pageSize = null): static|string]]></code> | ||
<code><![CDATA[public function permissions(bool|array|string|null $permissions = null): static|array|string|bool|null]]></code> | ||
<code><![CDATA[public function protect(?bool $protect = null): static|bool]]></code> | ||
<code><![CDATA[public function template(string|false|null $template = false, ?string $layout = null): static|array]]></code> | ||
<code><![CDATA[public function templatePath(?string $templatePath = null): static|string]]></code> | ||
<code><![CDATA[public function theme(?string $theme = null): static|string|null]]></code> | ||
<code><![CDATA[public function title(?string $title = null): static|string|null]]></code> | ||
<code><![CDATA[public function userPassword(?string $password = null): static|string|null]]></code> | ||
<code><![CDATA[public function viewRender(?string $viewClass = null): static|string]]></code> | ||
<code><![CDATA[public function viewVars(?array $viewVars = null): static|array]]></code> | ||
<code><![CDATA[public function windowStatus(?string $status = null): static|string|null]]></code> | ||
</InvalidDocblock> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$cache]]></code> | ||
<code><![CDATA[$cache]]></code> | ||
<code><![CDATA[$cache]]></code> | ||
<code><![CDATA[$viewClass]]></code> | ||
</PossiblyInvalidArgument> | ||
<PossiblyInvalidPropertyAssignmentValue> | ||
<code><![CDATA[$cache]]></code> | ||
<code><![CDATA[$permissions]]></code> | ||
</PossiblyInvalidPropertyAssignmentValue> | ||
</file> | ||
<file src="src/Pdf/Crypto/PdftkCrypto.php"> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$ownerPassword]]></code> | ||
<code><![CDATA[$userPassword]]></code> | ||
</PossiblyInvalidArgument> | ||
</file> | ||
<file src="src/Pdf/Engine/DomPdfEngine.php"> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$Pdf->html()]]></code> | ||
<code><![CDATA[$this->_Pdf->orientation()]]></code> | ||
<code><![CDATA[$this->_Pdf->pageSize()]]></code> | ||
</PossiblyInvalidArgument> | ||
</file> | ||
<file src="src/Pdf/Engine/MpdfEngine.php"> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$format]]></code> | ||
<code><![CDATA[$this->_Pdf->html()]]></code> | ||
</PossiblyInvalidArgument> | ||
<PossiblyInvalidOperand> | ||
<code><![CDATA[$format]]></code> | ||
</PossiblyInvalidOperand> | ||
</file> | ||
<file src="src/Pdf/Engine/TcpdfEngine.php"> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$this->_Pdf->html()]]></code> | ||
<code><![CDATA[$this->_Pdf->orientation()]]></code> | ||
</PossiblyInvalidArgument> | ||
</file> | ||
<file src="src/Pdf/Engine/TexToPdfEngine.php"> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$output]]></code> | ||
<code><![CDATA[$output]]></code> | ||
<code><![CDATA[$this->_Pdf->encoding()]]></code> | ||
</PossiblyInvalidArgument> | ||
</file> | ||
<file src="src/Pdf/Engine/WkHtmlToPdfEngine.php"> | ||
<PossibleRawObjectIteration> | ||
<code><![CDATA[$margin]]></code> | ||
</PossibleRawObjectIteration> | ||
<PossiblyInvalidArgument> | ||
<code><![CDATA[$this->_Pdf->html()]]></code> | ||
<code><![CDATA[$value]]></code> | ||
</PossiblyInvalidArgument> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.