Completed
Push — master ( 21dc38...17de5c )
by Tomáš
10s
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@
 block discarded – undo
257 257
      *
258 258
      * @return void
259 259
      */
260
-    public function __construct(array $cliArgs=array(), $dieOnUnknownArg=true)
260
+    public function __construct(array $cliArgs = array(), $dieOnUnknownArg = true)
261 261
     {
262 262
         if (defined('Symplify\PHP7_CodeSniffer_IN_TESTS') === true) {
263 263
             // Let everything through during testing so that we can
Please login to merge, or discard this patch.