Skip to content

Commit

Permalink
Merge pull request #29 from acasademont/issue_28
Browse files Browse the repository at this point in the history
Remove Stopwatch typehinting
  • Loading branch information
Seldaek committed Apr 25, 2013
2 parents 36354c5 + 81aedef commit ccd0d71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use Symfony\Component\HttpFoundation\Request as HttpRequest;
use Symfony\Component\HttpFoundation\Response as HttpResponse;
use Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface;
use Symfony\Component\Stopwatch\Stopwatch;

class Logger extends SolariumPlugin implements DataCollectorInterface
{
Expand Down Expand Up @@ -50,7 +49,7 @@ public function setLogger($logger)
*
* @param Stopwatch $stopwatch
*/
public function setStopwatch(Stopwatch $stopwatch)
public function setStopwatch($stopwatch)
{
$this->stopwatch = $stopwatch;
}
Expand Down

0 comments on commit ccd0d71

Please sign in to comment.