Skip to content

Commit 758f028

Browse files
committed
minor #30938 [FrameworkBundle] drop not needed "constant" type argument (xabbuh)
This PR was merged into the 4.3-dev branch. Discussion ---------- [FrameworkBundle] drop not needed "constant" type argument | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | #FOSSHackathons #EUFOSSA Commits ------- faf6293 drop not needed "constant" type argument
2 parents 680074d + faf6293 commit 758f028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
6565
<argument type="service" id="http_client" on-invalid="null" />
6666
<argument>%kernel.charset%</argument>
67-
<argument type="constant">false</argument>
67+
<argument>false</argument>
6868
<tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" />
6969
</service>
7070

0 commit comments

Comments
 (0)