Skip to content

Commit

Permalink
Apply Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction…
Browse files Browse the repository at this point in the history
… fix
  • Loading branch information
glensc committed Aug 27, 2020
1 parent 77d26f7 commit dc4a0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.default.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// return true;
// },
//
'profiler.enable' => static function() {
'profiler.enable' => static function () {
return rand(1, 100) === 42;
},

Expand Down

0 comments on commit dc4a0fe

Please sign in to comment.