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

Commit

Permalink
#5001 - Implemented missing docblock in `Zend\Db\Adapter\Profiler\Pro…
Browse files Browse the repository at this point in the history
…filerAwareInterface`
  • Loading branch information
Ocramius committed Nov 12, 2014
1 parent 5a4e3fb commit 2e85a4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/Zend/Db/Adapter/Profiler/ProfilerAwareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@

interface ProfilerAwareInterface
{
/**
* @param ProfilerInterface $profiler
*/
public function setProfiler(ProfilerInterface $profiler);
}

0 comments on commit 2e85a4b

Please sign in to comment.