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
  • Loading branch information
weierophinney committed Dec 11, 2012
1 parent e92b18d commit f1f321b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ValidatorChain.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function attach(ValidatorInterface $validator, $breakChainOnFailure = fal
/**
* Proxy to attach() to keep BC
*
* @deprecated Please use attach()
* @param ValidatorInterface $validator
* @param boolean $breakChainOnFailure
* @return ValidatorChain Provides a fluent interface
Expand Down Expand Up @@ -155,8 +156,9 @@ public function attachByName($name, $options = array(), $breakChainOnFailure = f
}

/**
* Proxy to attach() to keep BC
* Proxy to attachByName() to keep BC
*
* @deprecated Please use attachByName()
* @param string $name
* @param array $options
* @param bool $breakChainOnFailure
Expand Down

0 comments on commit f1f321b

Please # to comment.