Skip to content

Commit c6d9620

Browse files
committed
Missing registered BooleanType
1 parent e346556 commit c6d9620

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ services:
192192
-
193193
class: PHPStan\Type\Doctrine\Descriptors\BlobType
194194
tags: [phpstan.doctrine.typeDescriptor]
195+
-
196+
class: PHPStan\Type\Doctrine\Descriptors\BooleanType
197+
tags: [phpstan.doctrine.typeDescriptor]
195198
-
196199
class: PHPStan\Type\Doctrine\Descriptors\DateImmutableType
197200
tags: [phpstan.doctrine.typeDescriptor]

0 commit comments

Comments
 (0)