Skip to content

Commit 68e4370

Browse files
committed
Util\Help: rename method
1 parent 45a6d33 commit 68e4370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Util/Help.php

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)