Skip to content

Commit

Permalink
Merge pull request #11509 from greg0ire/remove-unneeded-rule
Browse files Browse the repository at this point in the history
Remove unneeded CS rule
  • Loading branch information
greg0ire authored Jun 19, 2024
2 parents cc2ad19 + 2ea6a1a commit 802f20b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<file>src</file>
<file>tests</file>

<exclude-pattern>*/src/Mapping/InverseJoinColumn.php</exclude-pattern>
<exclude-pattern>*/tests/Tests/Proxies/__CG__*</exclude-pattern>
<exclude-pattern>*/tests/Tests/ORM/Tools/Export/export/*</exclude-pattern>

Expand Down
1 change: 0 additions & 1 deletion src/Mapping/InverseJoinColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

declare(strict_types=1);


namespace Doctrine\ORM\Mapping;

use Attribute;
Expand Down

0 comments on commit 802f20b

Please sign in to comment.