Completed
Push — master ( 69fe3d...bc7898 )
by Juuso
03:43 queued 39s
created
src/CreationStrategies/StreamHandlerStrategy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace leinonen\Yii2Monolog\CreationStrategies;
6 6
 
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      */
39 39
     public function getConfigurationCallable(array $config): callable
40 40
     {
41
-        return function (StreamHandler $instance) {
41
+        return function(StreamHandler $instance) {
42 42
             return $instance;
43 43
         };
44 44
     }
Please login to merge, or discard this patch.