Completed
Pull Request — master (#120)
by Greg
01:46
created
src/Hooks/Dispatchers/ReplaceCommandHookDispatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function hasReplaceCommandHook()
22 22
     {
23
-        return (bool) count($this->getReplaceCommandHooks());
23
+        return (bool)count($this->getReplaceCommandHooks());
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.
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.