Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 18, 2012
1 parent a035815 commit 1df8fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GraphWalker.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public function getViolations()
* instance and validation group.
*
* @param ClassMetadata $metadata
* @param object $object The object to validate
* @param string $group The validator group to use for validation
* @param object $object The object to validate
* @param string $group The validator group to use for validation
* @param string $propertyPath
*/
public function walkObject(ClassMetadata $metadata, $object, $group, $propertyPath)
Expand Down
6 changes: 3 additions & 3 deletions ValidatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ function validateProperty($object, $property, $groups = null);
/**
* Validate a single property of an object against the given value.
*
* @param string $class The class on which the property belongs
* @param string $property The name of the property to validate
* @param string $class The class on which the property belongs
* @param string $property The name of the property to validate
* @param string $value
* @param array|null $groups The validator groups to use for validating
* @param array|null $groups The validator groups to use for validating
*
* @return ConstraintViolationList
*
Expand Down

0 comments on commit 1df8fff

Please sign in to comment.