Browse Source

docblocks

inoas 9 years ago
parent
commit
7d316f08a3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Validation/Validation.php

+ 2 - 2
src/Validation/Validation.php

@@ -539,7 +539,7 @@ class Validation
     }
 
     /**
-     * Validates if passed value is truthy.
+     * Validates if given value is truthy.
      *
      * The list of what is considered to be truthy values, may be set via $truthyValues.
      *
@@ -557,7 +557,7 @@ class Validation
     }
 
     /**
-     * Validates if passed value is falsey.
+     * Validates if given value is falsey.
      *
      * The list of what is considered to be falsey values, may be set via $falseyValues.
      *