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 b1d74d6 commit 672d8acCopy full SHA for 672d8ac
src/Comparator/Signature.php
@@ -72,7 +72,7 @@ public static function isObjectParams(array $params)
72
* @param array $parametersB
73
* @return array
74
*/
75
- public static function analyze(array $parametersA, array $parametersB)
+ public static function analyze(array $parametersA, array $parametersB): array
76
{
77
// @TODO need to revert this change once new version of tomzx/php-semver-checker is released
78
// After https://github.com/tomzx/php-semver-checker/issues/179 issue is addressed.
0 commit comments