Skip to content

Commit

Permalink
Replace deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikolaev committed Dec 4, 2019
1 parent c72c1f9 commit f096142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Strings/Stringifier/DoctrineStringifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function stringify($value, string $dataType): string
case Types::TIME_MUTABLE:
return $this->stringifyDatetime($value, self::DATETIME_FORMATS[$dataType]);

case Types::JSON:
case Types::JSON_ARRAY:
case Types::SIMPLE_ARRAY:
case Types::ARRAY:
Expand Down

0 comments on commit f096142

Please sign in to comment.