Passed
Pull Request — master (#43)
by Yasunori
02:01
created
src/Math/Activation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,9 +34,9 @@
 block discarded – undo
34 34
 
35 35
         $y = [];
36 36
 
37
-        foreach($exp as $e) {
37
+        foreach ($exp as $e) {
38 38
 
39
-            array_push($y,$e / $sum_exp);
39
+            array_push($y, $e / $sum_exp);
40 40
 
41 41
         }
42 42
 
Please login to merge, or discard this patch.