Skip to content

Commit

Permalink
added coding standard for requiring declare(strict_type=1);
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Jun 15, 2023
1 parent abc5ff8 commit 3f52e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Product/Detail/ProductDetailViewFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tests\ReadModelBundle\Unit\Product\Detail;

use PHPUnit\Framework\TestCase;
Expand Down
2 changes: 2 additions & 0 deletions tests/Unit/Product/Listed/ListedProductViewFactoryTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tests\ReadModelBundle\Unit\Product\Listed;

use Doctrine\Common\Collections\ArrayCollection;
Expand Down

0 comments on commit 3f52e0d

Please sign in to comment.