Skip to content

Commit 6a99362

Browse files
committed
2 parents 73a4381 + 2b4248c commit 6a99362

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/PrinterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function __construct(
9191
$this->maxNumberOfColumns = $this->getWidth();
9292
$this->maxClassNameLength = min((int) ($this->maxNumberOfColumns / 2), $this->maxClassNameLength);
9393

94-
if($this->hideNamespace) {
94+
if ($this->hideNamespace) {
9595
$this->maxClassNameLength = 32;
9696
}
9797

tests/Feature/PrinterCoreTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function should_produce_syntax_error()
3131
$this->pass();
3232
}
3333

34-
3534
/** @test */
3635
public function it_should_fail(): void
3736
{

0 commit comments

Comments
 (0)