Commit 6201643
committed
Check arrays and bools directly instead of comparing them to count()/true/false/[]
1 parent 8c85527 commit 6201643Copy full SHA for 6201643
34 files changed
+38-38Lines changed: 38 additions & 38 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bridge/Monolog/Handler
- Bundle
- FrameworkBundle
- Command
- Console/Descriptor
- DependencyInjection
- Compiler
- TwigBundle/DependencyInjection/Compiler
- Component
- AssetMapper/Command
- Console
- DomCrawler
- ExpressionLanguage
- HttpFoundation/RequestMatcher
- Ldap
- Adapter/ExtLdap
- Security
- Lock/Bridge/DynamoDb/Store
- Mailer
- Bridge/Mailchimp/Webhook
- EventListener
- Messenger/Bridge/AmazonSqs/Transport
- Notifier/Bridge
- Bluesky
- JoliNotif
- Matrix
- Sevenio
- Routing/DependencyInjection
- Security/Http
- AccessToken/Oidc
- Command
- Firewall
- Serializer/Normalizer
- Stopwatch
- TypeInfo
- Validator
- Constraints
- Mapping
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
| 61 | + |
62 | 62 | |
63 | 63 | |
64 | 64 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Command/TranslationExtractCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/TranslationExtractCommand.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
199 | 199 | |
200 | 200 | |
201 | 201 | |
202 | | - |
| 202 | + |
203 | 203 | |
204 | 204 | |
205 | 205 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
617 | 617 | |
618 | 618 | |
619 | 619 | |
620 | | - |
| 620 | + |
621 | 621 | |
622 | 622 | |
623 | 623 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2330 | 2330 | |
2331 | 2331 | |
2332 | 2332 | |
2333 | | - |
| 2333 | + |
2334 | 2334 | |
2335 | 2335 | |
2336 | 2336 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2353 | 2353 | |
2354 | 2354 | |
2355 | 2355 | |
2356 | | - |
| 2356 | + |
2357 | 2357 | |
2358 | 2358 | |
2359 | 2359 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
|
Collapse file
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
| 28 | + |
29 | 29 | |
30 | 30 | |
31 | 31 | |
|
Collapse file
src/Symfony/Component/AssetMapper/Command/ImportMapOutdatedCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Command/ImportMapOutdatedCommand.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
76 | 76 | |
77 | 77 | |
78 | 78 | |
79 | | - |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
Collapse file
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
258 | 258 | |
259 | 259 | |
260 | 260 | |
261 | | - |
| 261 | + |
262 | 262 | |
263 | 263 | |
264 | 264 | |
|
0 commit comments