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

Commit

Permalink
Remove extraneous semicolon
Browse files Browse the repository at this point in the history
- Removed extraneous semicolon, as noted by schmittjoh
  • Loading branch information
weierophinney committed Dec 8, 2010
1 parent 1c5d175 commit dc6fc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class BadMethodCallException
extends \BadMethodCallException;
extends \BadMethodCallException
implements Exception
{
}

0 comments on commit dc6fc8d

Please sign in to comment.