mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-14 10:58:46 +00:00
Fixed twitter link
This commit is contained in:
11
vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml
vendored
Normal file
11
vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
--- %YAML:1.0
|
||||
test: Miscellaneous
|
||||
spec: 2.21
|
||||
yaml: |
|
||||
true: true
|
||||
false: false
|
||||
php: |
|
||||
[
|
||||
'true' => true,
|
||||
'false' => false,
|
||||
]
|
||||
Reference in New Issue
Block a user