Skip to content

Commit 66131f4

Browse files
committed
style fix
1 parent 5ad3460 commit 66131f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ClassDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ protected static function instantiateClass($class)
175175
} catch (\Exception $e) {
176176
throw new ClassinstantiationFailedException('Unexcepced exception when instantiating class.', 0, $e);
177177
}
178-
178+
179179
throw new ClassinstantiationFailedException('Could not instantiate class becuase parameter is neitehr a callable or a string');
180180
}
181181
}

src/MessageFactoryDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static function find()
2424
{
2525
try {
2626
$messageFactory = static::findOneByType(MessageFactory::class);
27-
27+
2828
return static::instantiateClass($messageFactory);
2929
} catch (DiscoveryFailedException $e) {
3030
throw new NotFoundException(

0 commit comments

Comments
 (0)