Completed
Push — master ( a4b858...3457d0 )
by Sebastian
02:57
created
src/Cmd/Backup.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,8 +121,8 @@
 block discarded – undo
121 121
             ]
122 122
         )) {
123 123
             throw new Configuration\Exception(
124
-                'invalid configuration' . PHP_EOL .
125
-                'please use the \'phpbu.php\' configuration file provided by \'phpbu-laravel\'' . PHP_EOL .
124
+                'invalid configuration'.PHP_EOL.
125
+                'please use the \'phpbu.php\' configuration file provided by \'phpbu-laravel\''.PHP_EOL.
126 126
                 'for details visit phpbu.de'
127 127
             );
128 128
         }
Please login to merge, or discard this patch.