Passed
Push — develop ( 63b805...b6c667 )
by Yasunori
02:16
created
src/Math/Activation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@
 block discarded – undo
32 32
         $sum_exp = array_sum($exp);
33 33
         $y = [];
34 34
 
35
-        foreach($exp as $e) {
36
-            array_push($y,$e / $sum_exp);
35
+        foreach ($exp as $e) {
36
+            array_push($y, $e / $sum_exp);
37 37
         }
38 38
 
39 39
         return $y;
Please login to merge, or discard this patch.