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

Commit a1734af

Browse files
committed
Wrap long lines in class docblock
1 parent 20c110a commit a1734af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exception/ServiceNotCreatedException.php

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

1515
/**
16-
* This exception is thrown when the service locator do not manage to create the service (factory that has an error...)
16+
* This exception is thrown when the service locator do not manage to create
17+
* the service (factory that has an error...)
1718
*/
1819
class ServiceNotCreatedException extends SplRuntimeException implements
1920
ContainerException,

0 commit comments

Comments
 (0)