@@ -83,11 +83,11 @@ |
||
| 83 | 83 | return; |
| 84 | 84 | } |
| 85 | 85 | |
| 86 | - if (! property_exists($logItem, 'suite')) { |
|
| 86 | + if ( ! property_exists($logItem, 'suite')) { |
|
| 87 | 87 | return; |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - if (! property_exists($logItem, 'test')) { |
|
| 90 | + if ( ! property_exists($logItem, 'test')) { |
|
| 91 | 91 | return; |
| 92 | 92 | } |
| 93 | 93 | |