Skip to content

Commit

Permalink
AC-9731::laminas/laminas-paginator are compatible with PHP 8.3-fixes …
Browse files Browse the repository at this point in the history
…QA checks
  • Loading branch information
glo05363 committed Nov 3, 2023
1 parent 3164f69 commit 2b97096
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<UndefinedThisPropertyFetch occurrences="1">
<code>$this-&gt;__serialize</code>
</UndefinedThisPropertyFetch>
<DirectConstructorCall>
<code>$this->__construct($data['it'], $data['offset'], $data['count'])</code>
</DirectConstructorCall>
</file>
<file src="test/Adapter/IteratorTest.php">
<ArgumentTypeCoercion occurrences="2">
Expand Down Expand Up @@ -259,6 +262,9 @@
<MoreSpecificReturnType occurrences="1">
<code>iterable&lt;string, array{0: string, 1: string}&gt;</code>
</MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code>iterable&lt;string, array{0: string, 1: string}&gt;</code>
</MixedReturnTypeCoercion>
</file>
<file src="test/AdapterPluginManagerTest.php">
<MixedAssignment occurrences="1">
Expand Down
2 changes: 1 addition & 1 deletion test/AdapterPluginManagerCompatibilityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AdapterPluginManagerCompatibilityTest extends TestCase
/**
* @return AdapterPluginManager
*/
protected function getPluginManager()
protected static function getPluginManager()
{
return new AdapterPluginManager(new ServiceManager());
}
Expand Down

0 comments on commit 2b97096

Please sign in to comment.