Skip to content

Commit

Permalink
Declare strict
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 10, 2024
1 parent e3d01d5 commit 086f6c2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Attributes/Parameters/Path/IdParameter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Parameters/Query/LimitParameter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Parameters/Query/PageParameter.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Request/CredentialsRequestBody.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Request/TokenRequestBody.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Request/TranslationRequestBody.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Response/SuccessResponse.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Attributes/Response/UnauthorizedResponse.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down
1 change: 1 addition & 0 deletions src/Service/OpenApiService.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Pimcore
Expand Down

0 comments on commit 086f6c2

Please sign in to comment.