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

Commit

Permalink
Merge pull request zendframework/zendframework#1956 from Maks3w/patch-1
Browse files Browse the repository at this point in the history
[Log][Firebug] Remove extra ';'
  • Loading branch information
padraic committed Jul 23, 2012
2 parents 67a1bfb + ca39bd3 commit 674bd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer/FirePhp.php
Expand Up @@ -82,7 +82,7 @@ protected function doWrite(array $event)
* @return FirePhpInstance
*/
public function getFirePhp()
{;
{
return $this->firephp;
}

Expand Down

0 comments on commit 674bd75

Please sign in to comment.