@@ -53,7 +53,7 @@ |
||
53 | 53 | */ |
54 | 54 | public function isEntryMatch($hook, $key) |
55 | 55 | { |
56 | - return RegistryEntryMatcher::match($hook, $key); |
|
56 | + return RegistryEntryMatcher::match($hook, $key); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
@@ -37,7 +37,7 @@ |
||
37 | 37 | public static function map($fixtureType) |
38 | 38 | { |
39 | 39 | if (!isset(self::$_map[$fixtureType])) { |
40 | - throw new UnmappableType("Fixture type '{$fixtureType}' could not be mapped to any Magento model"); |
|
40 | + throw new UnmappableType("Fixture type '{$fixtureType}' could not be mapped to any Magento model"); |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | return self::$_map[$fixtureType]; |