Skip to content

Commit

Permalink
Add return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 21, 2020
1 parent 03ba37e commit 043b2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Behavior/OrderlyBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function beforeFind(EventInterface $event, Query $query, ArrayObject $opt
* @param array $orders Orders config
* @return void
*/
protected function _normalizeConfig(array $orders)
protected function _normalizeConfig(array $orders): void
{
if (empty($orders)) {
$orders = [[]];
Expand Down

0 comments on commit 043b2d0

Please sign in to comment.