Skip to content

Commit

Permalink
add missing declare strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
ixarlie committed Jan 11, 2024
1 parent 890dbbd commit 9d3d3d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Hateoas\Configuration\Metadata\Driver;

use Hateoas\Configuration\Annotation;
Expand Down
2 changes: 2 additions & 0 deletions src/Configuration/Metadata/Driver/AttributeDriver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Hateoas\Configuration\Metadata\Driver;

class AttributeDriver extends AnnotationOrAttributeDriver
Expand Down

0 comments on commit 9d3d3d6

Please sign in to comment.