We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a689ac commit e11d949Copy full SHA for e11d949
src/PrinterTrait.php
@@ -88,7 +88,7 @@ public function __construct(
88
$this->loadDefaultConfiguration();
89
$this->loadUserConfiguration();
90
91
- $this->maxNumberOfColumns = $this->getWidth()-5;
+ $this->maxNumberOfColumns = $this->getWidth() - 5;
92
$this->maxClassNameLength = min((int) ($this->maxNumberOfColumns / 2), $this->maxClassNameLength);
93
94
if ($this->hideNamespace) {
0 commit comments