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

Commit

Permalink
Browse files Browse the repository at this point in the history
- Removed unnecessary extra lines
- Removed a docblock used for IDE typehinting
  • Loading branch information
weierophinney committed Jan 3, 2013
1 parent 9ee68c9 commit df66930
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ValidatorChain.php
@@ -1,5 +1,4 @@
<?php

/**
* Zend Framework (http://framework.zend.com/)
*
Expand All @@ -22,7 +21,6 @@
*/
class ValidatorChain extends EventManager
{

/**
* @var Storage
*/
Expand Down Expand Up @@ -57,7 +55,6 @@ public function __construct(Storage $storage)
*/
public function attach($event, $callback = null, $priority = 1)
{
/** @var Validator $context */
$context = null;
if ($callback instanceof Validator) {
$context = $callback;
Expand Down

0 comments on commit df66930

Please sign in to comment.