Passed
Pull Request — master (#557)
by Julius
02:24
created
lib/Service/StackService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 	private function enrichStackWithCards($stack) {
73 73
 		$cards = $this->cardMapper->findAll($stack->id);
74 74
 
75
-		if(is_null($cards)) {
75
+		if (is_null($cards)) {
76 76
 			return;
77 77
 		}
78 78
 
Please login to merge, or discard this patch.