Skip to content

Commit cbe5b11

Browse files
committed
1.1.3 changes
1 parent cb6f30c commit cbe5b11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Drivers/PrintNode/Entity/Printer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ public function description(): ?string
3535
return $this->printer->description;
3636
}
3737

38-
public function id(): string
38+
public function id()
3939
{
40-
return $this->printer->id;
40+
return (string) $this->printer->id;
4141
}
4242

4343
public function isOnline(): bool

0 commit comments

Comments
 (0)