Passed
Branch master (962fa0)
by John
11:42
created
src/MemoryGuard.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,8 @@
 block discarded – undo
36 36
 		if ($this->ignorePolicy->shouldIgnore($testReflection))
37 37
 			return;
38 38
 
39
-			foreach ($testReflection->getProperties() as $prop) {
39
+			foreach ($testReflection->getProperties() as $prop)
40
+			{
40 41
 				if ($prop->isStatic() || strpos($prop->getDeclaringClass()->getName(), 'PHPUnit\\') === 0)
41 42
 					continue;
42 43
 
Please login to merge, or discard this patch.