Passed
Pull Request — master (#399)
by
unknown
02:57
created
src/NeuralNetwork/Layer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         for ($i = 0; $i < count($this->nodes); $i++) {
62 62
             $node = $this->nodes[$i];
63 63
             if ($node instanceof Neuron) {
64
-                $iNode ++;
64
+                $iNode++;
65 65
 
66 66
                 if (count($characteristics) < $iNode + 1) {
67 67
                     throw new BadNeuralNetworkStructureException();
Please login to merge, or discard this patch.