Skip to content

Commit 7766a77

Browse files
committed
style fix
1 parent 3b19759 commit 7766a77

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
@@ -199,7 +199,7 @@ protected static function instantiateClass($class)
199199
} catch (\Exception $e) {
200200
throw new ClassinstantiationFailedException('Unexcepced exception when instantiating class.', 0, $e);
201201
}
202-
202+
203203
throw new ClassinstantiationFailedException('Could not instantiate class becuase parameter is neitehr a callable or a string');
204204
}
205205
}

src/MessageFactoryDiscovery.php

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

0 commit comments

Comments
 (0)