We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ba37e commit 043b2d0Copy full SHA for 043b2d0
src/Model/Behavior/OrderlyBehavior.php
@@ -55,7 +55,7 @@ public function beforeFind(EventInterface $event, Query $query, ArrayObject $opt
55
* @param array $orders Orders config
56
* @return void
57
*/
58
- protected function _normalizeConfig(array $orders)
+ protected function _normalizeConfig(array $orders): void
59
{
60
if (empty($orders)) {
61
$orders = [[]];
0 commit comments