Unverified Commit 5ea72334 authored by Jáchym Toušek's avatar Jáchym Toušek Committed by GitHub

Fix annotation

parent 80b42517
...@@ -34,7 +34,7 @@ final class Types ...@@ -34,7 +34,7 @@ final class Types
public const TIME_MUTABLE = 'time'; public const TIME_MUTABLE = 'time';
public const TIME_IMMUTABLE = 'time_immutable'; public const TIME_IMMUTABLE = 'time_immutable';
/** @deprecated json_array type is deprecated, use {@see DefaultTypes::JSON} instead. */ /** @deprecated json_array type is deprecated, use {@see self::JSON} instead. */
public const JSON_ARRAY = 'json_array'; public const JSON_ARRAY = 'json_array';
private function __construct() private function __construct()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment