Skip to content

Commit e11d949

Browse files
authored
Apply fixes from StyleCI (#142)
1 parent 4a689ac commit e11d949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrinterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function __construct(
8888
$this->loadDefaultConfiguration();
8989
$this->loadUserConfiguration();
9090

91-
$this->maxNumberOfColumns = $this->getWidth()-5;
91+
$this->maxNumberOfColumns = $this->getWidth() - 5;
9292
$this->maxClassNameLength = min((int) ($this->maxNumberOfColumns / 2), $this->maxClassNameLength);
9393

9494
if ($this->hideNamespace) {

0 commit comments

Comments
 (0)