Introduce result objects and improve static analysis #52
Annotations
10 errors
BC Check:
src/Dispatcher.php#L25
The return type of FastRoute\Dispatcher#dispatch() changed from array to the non-covariant FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
BC Check:
src/Dispatcher.php#L25
The return type of FastRoute\Dispatcher#dispatch() changed from array to FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
BC Check:
src/Dispatcher/GroupCountBased.php#L14
The return type of FastRoute\Dispatcher\GroupCountBased#dispatchVariableRoute() changed from array|null to the non-covariant FastRoute\Dispatcher\Result\Matched|null
|
BC Check:
src/Dispatcher/GroupCountBased.php#L14
The return type of FastRoute\Dispatcher\GroupCountBased#dispatchVariableRoute() changed from array|null to FastRoute\Dispatcher\Result\Matched|null
|
BC Check:
src/Dispatcher/RegexBasedAbstract.php#L34
The return type of FastRoute\Dispatcher\RegexBasedAbstract#dispatch() changed from array to the non-covariant FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
BC Check:
src/Dispatcher/RegexBasedAbstract.php#L34
The return type of FastRoute\Dispatcher\RegexBasedAbstract#dispatch() changed from array to FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
BC Check:
src/Dispatcher/CharCountBased.php#L15
The return type of FastRoute\Dispatcher\CharCountBased#dispatchVariableRoute() changed from array|null to the non-covariant FastRoute\Dispatcher\Result\Matched|null
|
BC Check:
src/Dispatcher/CharCountBased.php#L15
The return type of FastRoute\Dispatcher\CharCountBased#dispatchVariableRoute() changed from array|null to FastRoute\Dispatcher\Result\Matched|null
|
BC Check:
src/Dispatcher/RegexBasedAbstract.php#L34
The return type of FastRoute\Dispatcher\RegexBasedAbstract#dispatch() changed from array to the non-covariant FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
BC Check:
src/Dispatcher/RegexBasedAbstract.php#L34
The return type of FastRoute\Dispatcher\RegexBasedAbstract#dispatch() changed from array to FastRoute\Dispatcher\Result\Matched|FastRoute\Dispatcher\Result\NotMatched|FastRoute\Dispatcher\Result\MethodNotAllowed
|
The logs for this run have expired and are no longer available.
Loading