Skip to content

Commit

Permalink
Add ReturnTypeWillChange attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Aug 17, 2022
1 parent 2629749 commit 458df1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `artisan-cloudflare` will be documented in this file.

## 2.4.6 - 2022-08-17

- Add ReturnTypeWillChange attribute

## 2.4.5 - 2022-02-26

- Add support for Laravel 9 [#20](https://github.com/sebdesign/artisan-cloudflare/pull/20)
Expand Down
1 change: 1 addition & 0 deletions src/Zone.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function replace(array $parameters)
$this->parameters = $parameters;
}

#[\ReturnTypeWillChange]
public function jsonSerialize()
{
if (empty($this->parameters)) {
Expand Down

0 comments on commit 458df1a

Please sign in to comment.