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