Test Failed
Push — master ( 0d2523...299604 )
by Midori
01:39
created
src/GameOfLife.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     {
47 47
         $this->loadXML($filename);
48 48
 
49
-        if($outputFilename != null){
49
+        if ($outputFilename != null) {
50 50
             $this->outputFilename = $outputFilename;
51 51
         }
52 52
 
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
         $this->life->start($verbose);
90 90
 
91 91
         if ($this->life->isEnded()) {
92
-            self::createXMLfromCells("data/".$this->outputFilename, $this->organisms->getCells(), $this->species, $this->iterations);
92
+            self::createXMLfromCells("data/" . $this->outputFilename, $this->organisms->getCells(), $this->species, $this->iterations);
93 93
         }
94 94
 
95 95
         return true;
Please login to merge, or discard this patch.