We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49200d commit 8d0dbe1Copy full SHA for 8d0dbe1
src/Maker/MakeEntity.php
@@ -428,7 +428,7 @@ private function printAvailableTypes(ConsoleStyle $io)
428
],
429
'array_object' => [
430
'array' => ['simple_array'],
431
- 'json' => ['json_array'],
+ 'json' => [],
432
'object' => [],
433
'binary' => [],
434
'blob' => [],
src/Util/ClassSourceManipulator.php
@@ -895,7 +895,6 @@ private function getEntityTypeHint($doctrineType)
895
case 'dateinterval':
896
return '\\'.\DateInterval::class;
897
898
- case 'json_array':
899
case 'json':
900
case 'object':
901
case 'decimal':
0 commit comments