Completed
Push — master ( 65e37a...1569ec )
by Michał
03:45
created
src/console/output/formatting/interfaces/Style.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
      * @throws  \InvalidArgumentException   When the given color is not available.
18 18
      * @return  $this
19 19
      */
20
-    public function setForeground(?string $color) : Style;
20
+    public function setForeground(? string $color) : Style;
21 21
 
22 22
     /**
23 23
      * Sets the background color of this Style.
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * @throws  \InvalidArgumentException   When the given color is not available.
27 27
      * @return  $this
28 28
      */
29
-    public function setBackground(?string $color) : Style;
29
+    public function setBackground(? string $color) : Style;
30 30
 
31 31
     /**
32 32
      * Sets one or more emphasis option(s) for this Style.
Please login to merge, or discard this patch.