Passed
Push — master ( 318ad6...152f46 )
by Graham
01:22
created
src/PhpOption/Option.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * @param callable $callback  The callback to evaluate.
90 90
      * @param array    $arguments The arguments for the callback.
91 91
      * @param N        $noneValue The value which should be considered "None";
92
-    *                             null by default.
92
+     *                             null by default.
93 93
      *
94 94
      * @return LazyOption<S>
95 95
      */
Please login to merge, or discard this patch.