Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 5928dfa

Browse files
committed
Add strict typing
1 parent 7a36358 commit 5928dfa

File tree

311 files changed

+621
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+621
-1
lines changed

.php_cs.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
$header = <<<'EOF'
46
This file is part of the PcdxParameterEncryptionBundle package.
57

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

Command/AlgorithmListCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Command/DecryptCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Command/EncryptCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Configuration/AlgorithmConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Configuration/AlgorithmConfigurationContainer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Configuration/AlgorithmConfigurationContainerInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Configuration/AlgorithmConfigurationFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

Configuration/AlgorithmConfigurationFactoryInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/*
46
* This file is part of the PcdxParameterEncryptionBundle package.
57
*

0 commit comments

Comments
 (0)