Skip to content

Commit

Permalink
Exceptions: add finals
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 5, 2024
1 parent ccc3a0a commit 79e4dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/LogicalException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Nettrine\DBAL\Exceptions;

class LogicalException extends \LogicException
final class LogicalException extends \LogicException
{

}
2 changes: 1 addition & 1 deletion src/Exceptions/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Nettrine\DBAL\Exceptions;

class RuntimeException extends \RuntimeException
final class RuntimeException extends \RuntimeException
{

}

0 comments on commit 79e4dde

Please sign in to comment.