Your project must not contain invalid YAML files

More information: https://insight.symfony.com/what-we-analyse/symfony.configuration.yaml_syntax_error

in mkdocs.yml, line 23
  1. site_description: "DotKernel cache component based on symfony-cache."
  2. repo_url: "https://github.com/dotkernel/dot-cache"
  3. plugins:
  4. - search

Text files should end with a valid new line character. 6

More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l

in mkdocs.yml, line 21
  1. - Usage: v4/usage.md
  2. site_name: dot-cache
  3. site_description: "DotKernel cache component based on symfony-cache."
  4. repo_url: "https://github.com/dotkernel/dot-cache"
  5. plugins:
  6. - search

    This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by MarioRadu
in SECURITY.md, line 39
  1. - We will patch the current release branch, as well as the immediate prior minor
  2. release branch.
  3. - After patching the release branches, we will immediately issue new security
  4. fix releases for each patched release branch.

    This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by MarioRadu
in docs/book/index.md, line 1
  1. ../../README.md

    This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by MarioRadu
in phpcs.xml, line 21
  1. <file>test</file>
  2. <!-- Include all rules from the Laminas Coding Standard -->
  3. <rule ref="LaminasCodingStandard"/>
  4. </ruleset>
  5. This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective
in phpunit.xml, line 15
  1. <include>
  2. <directory suffix=".php">./src</directory>
  3. </include>
  4. </source>
  5. </phpunit>
  6. This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective
in psalm.xml, line 18
  1. <ignoreFiles>
  2. <directory name="vendor" />
  3. </ignoreFiles>
  4. </projectFiles>
  5. </psalm>
  6. This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Collective