Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Erase @uses statements
Browse files Browse the repository at this point in the history
Since PHP 5.3 the 'use' statement is used for declare dependencies.
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class InvalidArgumentException
extends \InvalidArgumentException
implements ExceptionInterface
{
}
}
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class RuntimeException
extends \RuntimeException
implements ExceptionInterface
{
}
}

0 comments on commit c3766f6

Please sign in to comment.