Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Oct 2, 2024
1 parent 65abd71 commit bc90c44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

Check warning on line 1 in src/Exception/ExceptionInterface.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/ExceptionInterface.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/ExceptionInterface.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

/*
* This file is part of the Symfony package.
* This file is part of the Panther project.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/InvalidArgumentException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

/*
* This file is part of the Symfony package.
* This file is part of the Panther project.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/LogicException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/LogicException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

/*
* This file is part of the Symfony package.
* This file is part of the Panther project.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: declare_strict_types

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: blank_line_after_opening_tag

Check warning on line 1 in src/Exception/RuntimeException.php

View workflow job for this annotation

GitHub Actions / Coding Standards

Found violation(s) of type: header_comment

/*
* This file is part of the Symfony package.
* This file is part of the Panther project.
*
* (c) Fabien Potencier <fabien@symfony.com>
* (c) Kévin Dunglas <dunglas@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down

0 comments on commit bc90c44

Please sign in to comment.