We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6d7bd commit 806acfbCopy full SHA for 806acfb
.gitattributes
@@ -3,4 +3,5 @@
3
/.gitattributes export-ignore
4
/.gitignore export-ignore
5
/phpunit.xml export-ignore
6
-/phpstan.neon export-ignore
+/phpstan.neon export-ignore
7
+/.php-cs-fixer.dist.php export-ignore
tests/PaginationClientTest.php
@@ -46,7 +46,7 @@ public function createPaginationClientMockObject(array $responses)
46
*
47
* @see https://stackoverflow.com/a/37667018/7387397
48
*/
49
- public function setProtectedProperty(object $object, string $property, $value)
+ public function setProtectedProperty(object $object, string $property, $value): void
50
{
51
$reflection = new ReflectionClass($object);
52
$reflection_property = $reflection->getProperty($property);
0 commit comments