Skip to content

Commit 937498b

Browse files
committed
Apply fixes from StyleCI
1 parent 9c9dfbc commit 937498b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Console/ShowModelCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ protected function getObservers($model)
242242
// Format listeners Eloquent verb => Observer methods...
243243
$extractVerb = function ($key) {
244244
preg_match('/eloquent.([a-zA-Z]+)\: /', $key, $matches);
245+
245246
return $matches[1] ?? '?';
246247
};
247248

0 commit comments

Comments
 (0)