Skip to content
This repository has been archived by the owner on Jan 31, 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
Maks3w committed May 10, 2012
1 parent ba32a03 commit 828e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
use Zend\Text\Exception\ExceptionInterface as Exception;

interface ExceptionInterface extends Exception
{}
{}

0 comments on commit 828e19c

Please sign in to comment.