File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,11 @@ private function getMaxWidth()
242
242
*
243
243
* @return int
244
244
*/
245
- private function getDescrColumnWidth ()
245
+ private function getDescriptionColumnWidth ()
246
246
{
247
247
return ($ this ->getMaxWidth () - $ this ->maxOptionNameLength - $ this ->indentWidth - $ this ->gutterWidth );
248
248
249
- }//end getDescrColumnWidth ()
249
+ }//end getDescriptionColumnWidth ()
250
250
251
251
252
252
/**
@@ -324,7 +324,7 @@ private function printCategoryHeader($header)
324
324
*/
325
325
private function printCategoryOptions (array $ options )
326
326
{
327
- $ maxDescriptionWidth = $ this ->getDescrColumnWidth ();
327
+ $ maxDescriptionWidth = $ this ->getDescriptionColumnWidth ();
328
328
$ maxTextWidth = ($ this ->getMaxWidth () - $ this ->indentWidth );
329
329
$ secondLineIndent = str_repeat (' ' , $ this ->getDescriptionFollowupLineIndentLength ());
330
330
You can’t perform that action at this time.
0 commit comments