@@ -65,12 +65,12 @@ |
||
65 | 65 | break; |
66 | 66 | } |
67 | 67 | } |
68 | - if (! $ignored) { |
|
68 | + if ( ! $ignored) { |
|
69 | 69 | $found = $class; |
70 | 70 | } |
71 | 71 | } else { |
72 | 72 | $function = $entry['function']; |
73 | - if (! in_array($function, $ignoredFunctions, true)) { |
|
73 | + if ( ! in_array($function, $ignoredFunctions, true)) { |
|
74 | 74 | $found = $function; |
75 | 75 | } |
76 | 76 | } |