Passed
Push — master ( 8b5b84...34c143 )
by IRFA
01:51
created
src/Roll.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,8 @@
 block discarded – undo
34 34
 		self::$items = null;
35 35
 		return $ret;
36 36
 	}
37
-	private static function putDropUp($arr){
38
-		foreach($arr as $k => $v){
37
+	private static function putDropUp($arr) {
38
+		foreach ($arr as $k => $v) {
39 39
 			self::$items[$k] = $v;
40 40
 		}
41 41
 		var_dump(self::$items);
Please login to merge, or discard this patch.
src/Roulette/RateUp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 	}
17 17
 	private function calc_rate($item_list, $items, $rate)
18 18
 	{
19
-		$item=[];
19
+		$item = [];
20 20
 		if (is_array($items))
21 21
 		{
22 22
 			foreach ($items as $itm)
Please login to merge, or discard this patch.