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