@@ -36,7 +36,7 @@ |
||
36 | 36 | // If the set type name is not an actual class, but a faked type for which a custom handler exists, we do not |
37 | 37 | // modify it with this subscriber. Also, we forgo autoloading here as an instance of this type is already created, |
38 | 38 | // so it must be loaded if its a real class. |
39 | - if (! class_exists($type['name'], false)) { |
|
39 | + if ( ! class_exists($type['name'], false)) { |
|
40 | 40 | return; |
41 | 41 | } |
42 | 42 |