Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ return (static function () {
new ValidatorChangelogLinter(),
)));
$application->addCommand(new LintMixinCommand($differ));
$application->addCommand(new LintSpdxCommand());
$application->addCommand(new LintSpdxCommand($differ));
$application->addCommand(new UpdateDomainSuffixesCommand($dataSaver));
$application->addCommand(new UpdateDomainToplevelCommand($dataSaver));
$application->addCommand(new UpdatePostalCodesCommand($dataSaver));
Expand Down
4 changes: 3 additions & 1 deletion docs/case-sensitiveness.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Case Insensitive Validation
Expand Down
5 changes: 4 additions & 1 deletion docs/comparable-values.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Emmerson Siqueira <emmersonsiqueira@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Comparable values
Expand Down
4 changes: 3 additions & 1 deletion docs/comparing-empty-values.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Comparing empty values
Expand Down
4 changes: 3 additions & 1 deletion docs/custom-validators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Custom validators
Expand Down
4 changes: 3 additions & 1 deletion docs/feature-guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Antonio <info@antoniodelucas.es>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Feature Guide
Expand Down
3 changes: 2 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Getting Started
Expand Down
4 changes: 3 additions & 1 deletion docs/handling-exceptions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Handling exceptions
Expand Down
3 changes: 2 additions & 1 deletion docs/handling-results.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Handling results
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Overview
Expand Down
3 changes: 2 additions & 1 deletion docs/messages/placeholder-conversion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Message placeholder conversion
Expand Down
4 changes: 3 additions & 1 deletion docs/messages/placeholder-pipes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Placeholder Pipes
Expand Down
3 changes: 2 additions & 1 deletion docs/messages/translation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Message translation
Expand Down
4 changes: 3 additions & 1 deletion docs/migrating-from-v2-to-v3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Migrating from v2.x to v3.x
Expand Down
4 changes: 3 additions & 1 deletion docs/prefixes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Prefixes
Expand Down
4 changes: 3 additions & 1 deletion docs/validators.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Validators
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/After.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# After
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/All.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# All
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/AllOf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# AllOf
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Alnum.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Alnum
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Alpha.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Alpha
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/AlwaysInvalid.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: William Espindola <oi@williamespindola.com.br>
-->

# AlwaysInvalid
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/AlwaysValid.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: William Espindola <oi@williamespindola.com.br>
-->

# AlwaysValid
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/AnyOf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: Kirill Dlussky <kirill@dlussky.ru>
-->

# AnyOf
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/ArrayType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: João Torquato <joao.otl@gmail.com>
-->

# ArrayType
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/ArrayVal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# ArrayVal
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Attributes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Attributes
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Base.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Base
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/Base64.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: Jens Segers <segers.jens@gmail.com>
-->

# Base64
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Between.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Between
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/BetweenExclusive.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# BetweenExclusive
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Blank.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Blank
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/BoolType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# BoolType
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/BoolVal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Emmerson Siqueira <emmersonsiqueira@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# BoolVal
Expand Down
5 changes: 4 additions & 1 deletion docs/validators/Bsn.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: Ronald Drenth <ronalddrenth@gmail.com>
-->

# Bsn
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/CallableType.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# CallableType
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Charset.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Charset
Expand Down
4 changes: 3 additions & 1 deletion docs/validators/Circuit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
-->

# Circuit
Expand Down
6 changes: 5 additions & 1 deletion docs/validators/Cnh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!--
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: (c) Respect Project Contributors
SPDX-FileContributor: Alexandre Gomes Gaigalas <alganet@gmail.com>
SPDX-FileContributor: Henrique Moody <henriquemoody@gmail.com>
SPDX-FileContributor: Ville Hukkamäki <vhukkamaki@gmail.com>
SPDX-FileContributor: William Espindola <oi@williamespindola.com.br>
-->

# Cnh
Expand Down
Loading