Skip to content

Commit e6c5fbe

Browse files
committed
1.1.6
1 parent d9cb2ea commit e6c5fbe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `laravel-printing` will be documented in this file.
44

5+
## 1.1.6 - 2020-07-23
6+
### Changed
7+
- Remove `int` parameter type hint on `PrintNodePrintJob` `id` setter.
8+
59
## 1.1.5 - 2020-07-22
610

711
### Fixed

src/Drivers/PrintNode/Entity/PrintNodePrintJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class PrintNodePrintJob extends PrintNodeEntity
88
{
9-
public function setId(int $id): self
9+
public function setId($id): self
1010
{
1111
$this->id = $id;
1212

0 commit comments

Comments
 (0)