@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | $reflection = new \ReflectionClass($class); |
| 29 | 29 | |
| 30 | - if ($reflection->isInterface()) { |
|
| 30 | + if ($reflection->isInterface()){ |
|
| 31 | 31 | return null; |
| 32 | 32 | } |
| 33 | 33 | |
@@ -27,7 +27,8 @@ |
||
| 27 | 27 | |
| 28 | 28 | $reflection = new \ReflectionClass($class); |
| 29 | 29 | |
| 30 | - if ($reflection->isInterface()) { |
|
| 30 | + if ($reflection->isInterface()) |
|
| 31 | + { |
|
| 31 | 32 | return null; |
| 32 | 33 | } |
| 33 | 34 | |