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

Commit

Permalink
Merge pull request zendframework/zendframework#2144 from PHPGangsta/f…
Browse files Browse the repository at this point in the history
…ixes/phpdocClassesAndNamespaces

fixed a lot of phpDoc comments
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CallbackHandler.php
Expand Up @@ -55,7 +55,6 @@ class CallbackHandler
* @param string $event Event to which slot is subscribed
* @param string|array|object|callable $callback PHP callback
* @param array $options Options used by the callback handler (e.g., priority)
* @return void
*/
public function __construct($callback, array $metadata = array())
{
Expand Down
1 change: 0 additions & 1 deletion src/Parameters.php
Expand Up @@ -21,7 +21,6 @@ class Parameters extends ArrayObject implements ParametersInterface
* elements.
*
* @param array $values
* @return void
*/
public function __construct(array $values = null)
{
Expand Down

0 comments on commit 1f02519

Please sign in to comment.