File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,11 @@ private function getMaxWidth()
242242 *
243243 * @return int
244244 */
245- private function getDescrColumnWidth ()
245+ private function getDescriptionColumnWidth ()
246246 {
247247 return ($ this ->getMaxWidth () - $ this ->maxOptionNameLength - $ this ->indentWidth - $ this ->gutterWidth );
248248
249- }//end getDescrColumnWidth ()
249+ }//end getDescriptionColumnWidth ()
250250
251251
252252 /**
@@ -324,7 +324,7 @@ private function printCategoryHeader($header)
324324 */
325325 private function printCategoryOptions (array $ options )
326326 {
327- $ maxDescriptionWidth = $ this ->getDescrColumnWidth ();
327+ $ maxDescriptionWidth = $ this ->getDescriptionColumnWidth ();
328328 $ maxTextWidth = ($ this ->getMaxWidth () - $ this ->indentWidth );
329329 $ secondLineIndent = str_repeat (' ' , $ this ->getDescriptionFollowupLineIndentLength ());
330330
You can’t perform that action at this time.
0 commit comments