Completed
Pull Request — master (#43)
by Rick
43:58 queued 22:32
created
src/Value/Container.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Particle.
4
- *
5
- * @link      http://github.com/particle-php for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
- * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
- */
3
+     * Particle.
4
+     *
5
+     * @link      http://github.com/particle-php for the canonical source repository
6
+     * @copyright Copyright (c) 2005-2015 Particle (http://particle-php.com)
7
+     * @license   https://github.com/particle-php/validator/blob/master/LICENSE New BSD License
8
+     */
9 9
 namespace Particle\Filter\Value;
10 10
 
11 11
 /**
Please login to merge, or discard this patch.
src/FilterRule/CastString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * Convert the value to a string
22 22
      *
23 23
      * @param mixed $value
24
-     * @return int
24
+     * @return string
25 25
      */
26 26
     public function filter($value)
27 27
     {
Please login to merge, or discard this patch.