Skip to content

Commit

Permalink
🚑 Symfony insight fix info
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Ledru committed Oct 17, 2024
1 parent 8edbb62 commit aef7839
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# PHP
/composer.lock
/vendor/
/vendor/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion docs/src/content/en/docs/getting-started/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ YFlow use YCombinator to provide recursion.

## Make your own Flow

You can make your custom Flow by implementing `Flow\FlowInterface`.
You can make your custom Flow by implementing `Flow\FlowInterface`.
2 changes: 1 addition & 1 deletion docs/src/content/en/docs/getting-started/ip-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ You can embed it by a custom strategy with is `LinearIpStrategy` by default.

## Make your Ip Strategy

You can make your custom Ip strategy by implementing `Flow\IpStrategyInterface`
You can make your custom Ip strategy by implementing `Flow\IpStrategyInterface`
2 changes: 1 addition & 1 deletion docs/src/content/en/docs/getting-started/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion docs/src/layouts/_default/section.sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
{{ end -}}
{{ end -}}
{{ end -}}
</urlset>
</urlset>
2 changes: 1 addition & 1 deletion tools/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/.castor.stub.php
/.castor.stub.php
2 changes: 1 addition & 1 deletion tools/phpcbf/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
</rule>

<rule ref="PSR12"/>
</ruleset>
</ruleset>
2 changes: 1 addition & 1 deletion tools/phpcs/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
</rule>

<rule ref="PSR12"/>
</ruleset>
</ruleset>
2 changes: 1 addition & 1 deletion tools/phpmd/phpmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<rule ref="rulesets/design.xml" />
<rule ref="rulesets/naming.xml" />
<rule ref="rulesets/unusedcode.xml" />
</ruleset>
</ruleset>

0 comments on commit aef7839

Please sign in to comment.