Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 048f561

Browse files
committed
Wrap long lines in class docblock
1 parent a1734af commit 048f561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exception/ServiceNotFoundException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
use InvalidArgumentException as SplInvalidArgumentException;
1414

1515
/**
16-
* This exception is thrown when the service locator do not manage to find a valid factory to create a service
16+
* This exception is thrown when the service locator do not manage to find a
17+
* valid factory to create a service
1718
*/
1819
class ServiceNotFoundException extends SplInvalidArgumentException implements
1920
ExceptionInterface,

0 commit comments

Comments
 (0)