Skip to content

Commit cbfdf0e

Browse files
Jakub-FajkusSpamercz
authored andcommitted
cs
1 parent 0f8506e commit cbfdf0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Entity/DateTimeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
interface DateTimeInterface extends \DateTimeInterface
66
{
77

8-
#[\ReturnTypeWillChange]
8+
#[\ReturnTypeWillChange]
99
public function format($format = NULL);
1010

1111
}

src/Entity/Property/DateTime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class DateTime extends \Nette\Utils\DateTime implements \Spameri\Elastic\Entity\
1313
* @param string|null $format
1414
* @return string
1515
*/
16-
#[\ReturnTypeWillChange]
16+
#[\ReturnTypeWillChange]
1717
public function format($format = NULL)
1818
{
1919
if (\is_null($format)) {

0 commit comments

Comments
 (0)