Skip to content

Commit

Permalink
chore: Remove PHP version from PHP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MontealegreLuis committed Apr 27, 2022
1 parent 6dcef3b commit 6c48392
Show file tree
Hide file tree
Showing 232 changed files with 2 additions and 470 deletions.
6 changes: 1 addition & 5 deletions .php-cs-fixer-tests.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down Expand Up @@ -38,9 +36,7 @@
'blank_line_after_opening_tag' => false,
'declare_strict_types' => true,
'header_comment' => [
'header' => 'PHP version 8.1
This source file is subject to the license that is bundled with this package in the file LICENSE.',
'header' => 'This source file is subject to the license that is bundled with this package in the file LICENSE.',
'comment_type' => 'PHPDoc',
'location' => 'after_declare_strict',
'separate' => 'bottom'
Expand Down
6 changes: 1 addition & 5 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down Expand Up @@ -36,9 +34,7 @@
'blank_line_after_opening_tag' => false,
'declare_strict_types' => true,
'header_comment' => [
'header' => 'PHP version 8.1
This source file is subject to the license that is bundled with this package in the file LICENSE.',
'header' => 'This source file is subject to the license that is bundled with this package in the file LICENSE.',
'comment_type' => 'PHPDoc',
'location' => 'after_declare_strict',
'separate' => 'bottom'
Expand Down
2 changes: 0 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.0
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/ClassDefinition.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Codebase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Definition.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/InterfaceDefinition.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Methods/Method.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/CanBeAbstract.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/CanBeStatic.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/HasVisibility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/Visibility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/WithAbstractModifier.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/WithStaticModifier.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Modifiers/WithVisibility.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Name.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Named.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Parameters/Parameter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/Constant.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/HasConstants.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/HasProperties.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/Property.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/WithConstants.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Properties/WithProperties.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Summary.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/TraitDefinition.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/UseStatement.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/UseStatements.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/UseTraits.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/CompositeType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/HasType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/TypeDeclaration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/Variable.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/WithTypeDeclaration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/Variables/WithVariable.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/WithName.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Code/WithTraits.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/Commands/GenerateClassDiagramCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/Commands/GenerateDotFileCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/Commands/GenerateStatisticsCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/Commands/GeneratorInput.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/Commands/WithDigraphConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/ConsoleProgressDisplay.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Console/PhUmlApplication.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Generators/ClassDiagramConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Generators/ClassDiagramGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Generators/DigraphConfiguration.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types=1);
/**
* PHP version 8.1
*
* This source file is subject to the license that is bundled with this package in the file LICENSE.
*/

Expand Down
Loading

0 comments on commit 6c48392

Please sign in to comment.