Completed
Push — master ( 651274...dad252 )
by Andrey
06:28
created
Category
src/Options/LoggerNameAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function setLoggerName($loggerName)
40 40
     {
41
-        $this->loggerName = (string)$loggerName;
41
+        $this->loggerName = (string) $loggerName;
42 42
 
43 43
         return $this;
44 44
     }
Please login to merge, or discard this patch.