Completed
Pull Request — master (#102)
by Greg
02:15
created
src/Options/PrepareTerminalWidthOption.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         $options->setWidth($width);
73 73
     }
74 74
 
75
+    /**
76
+     * @return CommandData
77
+     */
75 78
     protected function getTerminalWidth()
76 79
     {
77 80
         // Don't wrap if wrapping has been disabled.
Please login to merge, or discard this patch.