Skip to content

Commit 98ead1f

Browse files
authored
fix cs (#203)
1 parent de90ab2 commit 98ead1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/NotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
*
1212
* @author Márk Sági-Kazár <[email protected]>
1313
*/
14-
/*final */class NotFoundException extends \RuntimeException implements Exception
14+
/*final*/ class NotFoundException extends \RuntimeException implements Exception
1515
{
1616
}

0 commit comments

Comments
 (0)