Completed
Pull Request — master (#57)
by Greg
02:10
created
src/Options/PrepareTerminalWidthOption.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         $options->setWidth($width);
44 44
     }
45 45
 
46
+    /**
47
+     * @return CommandData
48
+     */
46 49
     protected function getTerminalWidth()
47 50
     {
48 51
         if (!$this->application) {
Please login to merge, or discard this patch.