Skip to content

Commit dd315be

Browse files
higidikeoz-higidi
authored andcommitted
Declare strict types
1 parent 2f691da commit dd315be

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

src/DataCollector/VCRDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\DataCollector;
45

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\DependencyInjection;
45

src/DependencyInjection/VCRVCRExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\DependencyInjection;
45

src/EventListener/HttpRequestListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\EventListener;
45

src/EventListener/PlaybackListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\EventListener;
45

src/VCR/Logger.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle\VCR;
45

src/VCRVCRBundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types = 1);
23

34
namespace VCR\VCRBundle;
45

0 commit comments

Comments
 (0)