Completed
Push — master ( 7880aa...3f359c )
by Thomas
05:14
created
src/ValueParsers/ResourceListNodeParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 			} else {
37 37
 				try {
38 38
 					$annotated[] = $this->annotateResourceNode($resource, $type);
39
-				} catch (ParseException $e) {
39
+				} catch(ParseException $e) {
40 40
 					//We ignore this value
41 41
 				}
42 42
 			}
Please login to merge, or discard this patch.