Passed
Push — master ( 3dff40...de5049 )
by Arkadiusz
03:58
created
src/Phpml/NeuralNetwork/Training/Backpropagation.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param array $layers
37
-     * @param mixed $targetClass
36
+     * @param \Phpml\NeuralNetwork\Layer[] $layers
37
+     * @param integer $targetClass
38 38
      */
39 39
     public function backpropagate(array $layers, $targetClass)
40 40
     {
Please login to merge, or discard this patch.