Skip to content

Commit 0194281

Browse files
committed
CS
1 parent 020861a commit 0194281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Result/ResultInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
/**
66
* The base result interface, on it's own does not mean much, instead the
7-
* interfaces `PhpSchool\PhpWorkshop\Result\SuccessInterface` & `PhpSchool\PhpWorkshop\Result\FailureInterface` should be used.
7+
* interfaces `PhpSchool\PhpWorkshop\Result\SuccessInterface` & `PhpSchool\PhpWorkshop\Result\FailureInterface`
8+
* should be used.
89
*
910
* @package PhpSchool\PhpWorkshop\Result
1011
*/

0 commit comments

Comments
 (0)