Completed
Push — master ( 2cff5f...81de03 )
by Michael
03:19
created
lib/Configuration/LogWiring.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         if (empty($dic['Yapeal.Log.Strategy'])) {
52 52
             $dic['Yapeal.Log.Strategy'] = function () use ($dic) {
53 53
                 return new $dic['Yapeal.Log.Handlers.strategy']((int)$dic['Yapeal.Log.threshold']);
54
-           };
54
+            };
55 55
         }
56 56
         if (empty($dic['Yapeal.Log.Logger'])) {
57 57
             $dic['Yapeal.Log.Logger'] = function () use ($dic) {
Please login to merge, or discard this patch.