Completed
Pull Request — develop (#257)
by
unknown
24:35
created
src/PhpSpreadsheet/Cell/DataValidator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     /**
11 11
      * Does this cell contain valid value?
12 12
 	 * 
13
-     * @param Cell $cell Cell to check the value
13
+     * @param  $cell Cell to check the value
14 14
      *
15 15
      * @return bool
16 16
      */
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     /**
11 11
      * Does this cell contain valid value?
12
-	 * 
12
+     * 
13 13
      * @param Cell $cell Cell to check the value
14 14
      *
15 15
      * @return bool
Please login to merge, or discard this patch.