Passed
Push — master ( a86d48...43f555 )
by IRFA
01:52
created
src/Roulette/Roulette.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
 class Roulette extends RateUp {
12 12
  	
13
- 	protected static function jsonItem($dt){
13
+ 	protected static function jsonItem($dt) {
14 14
  		$data['data'] = ['item' => $dt];
15 15
  		return json_encode($data);
16 16
  	}
Please login to merge, or discard this patch.