Skip to content

Commit

Permalink
fix cs (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 11, 2021
1 parent de90ab2 commit 98ead1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/NotFoundException.php
Expand Up @@ -11,6 +11,6 @@
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
/*final */class NotFoundException extends \RuntimeException implements Exception
/*final*/ class NotFoundException extends \RuntimeException implements Exception
{
}

0 comments on commit 98ead1f

Please sign in to comment.