Skip to content

Commit

Permalink
remove trait usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 7, 2025
1 parent 93236dc commit 9c7909e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/TypeDescriber/NullableDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
*
* @internal
*/
final class NullableDescriber implements TypeDescriberInterface, TypeDescriberAwareInterface
final class NullableDescriber implements TypeDescriberInterface
{
use TypeDescriberAwareTrait;

public function describe(Type $type, Schema $schema, array $context = []): void
{
$schema->nullable = true;
Expand Down

0 comments on commit 9c7909e

Please sign in to comment.