File tree Expand file tree Collapse file tree
src/SbWereWolf/XmlNavigator Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : composer test
3333
3434 - name : Run tests with coverage
35+ run : composer test-coverage
36+
37+ - name : Build Clover coverage report
3538 run : >-
36- php -d xdebug.mode=coverage
37- ./vendor/phpunit/phpunit/phpunit
39+ php ./vendor/phpunit/phpunit/phpunit
3840 --configuration ./continuous-integration/phpunit/phpunit.xml
3941 --colors=always
4042 --coverage-clover coverage.xml
Original file line number Diff line number Diff line change @@ -271,6 +271,9 @@ private static function firstKey(array $value)
271271 return null ;
272272 }
273273
274+ /**
275+ * @param array<mixed, mixed> $value
276+ */
274277 private static function isList (array $ value ): bool
275278 {
276279 return $ value === array_values ($ value );
Original file line number Diff line number Diff line change @@ -260,6 +260,9 @@ private static function isHierarchySequence($value): bool
260260 return true ;
261261 }
262262
263+ /**
264+ * @param array<mixed, mixed> $value
265+ */
263266 private static function isList (array $ value ): bool
264267 {
265268 return $ value === array_values ($ value );
You can’t perform that action at this time.
0 commit comments