roelofr/laravel-encryption-cast

View on GitHub
phpcs.xml

Summary

Maintainability
Test Coverage

Expected an indentation at 8 instead of at 6.
Open

      </property>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.ControlStructures.NewWithParentheses" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.RequireOneNamespaceInFile" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Directories -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      </property>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- We just use PSR-12, but need to modify two rules to work with Laravel -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.UselessParameterDefaultValue" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.DisallowEmptyFunction" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="linesCountAfterLastContent" type="int" value="0" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Ignore some dependency paths -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Commenting.ForbiddenAnnotations">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.TypeHints.UselessConstantTypeHint" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.UselessAlias" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <file>tests/</file>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Never use "else if". -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Clean code -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.PHP.RequireExplicitAssertion" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Classes.ModernClassNameReference" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Commenting.DocCommentSpacing">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <file>src/</file>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Other types -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.UnusedParameter" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.RequireArrowFunction" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.UseFromSameNamespace" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.PHP.RequireNowdoc" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <config name="installed_paths" value="vendor/slevomat/coding-standard"/>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Variables.UselessVariable" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="PSR12">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.TypeHints.DisallowArrayTypeHintSyntax" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Database files don't have a namespace. -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      </property>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="linesCountBetweenDifferentAnnotationsTypes" type="int" value="0" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="newlinesCountBetweenOpenTagAndDeclare" type="int" value="2" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <exclude-pattern type="relative">^/node_modules/</exclude-pattern>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="groups" type="array">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Variables.UnusedVariable" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Exceptions.DeadCatch" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Files.TypeNameMatchesFileName">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Classes.ClassConstantVisibility" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="forbiddenAnnotations" type="array">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Add some rulesets -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <file>database/migrations/</file>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <!-- Formatting -->
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="rootNamespaces" type="array">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="linesCountBetweenDescriptionAndAnnotations" type="int" value="0" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <exclude-pattern type="relative">^/vendor/</exclude-pattern>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="spacesCountAroundEqualsSign" type="int" value="0" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.PHP.TypeCast" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.UseDoesNotStartWithBackslash" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      <property name="linesCountBeforeFirstContent" type="int" value="0" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Classes.ClassStructure">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Functions.StaticClosure" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.ControlStructures.DisallowYodaComparison" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  </rule>
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed">
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses" />
Severity: Minor
Found in phpcs.xml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  <rule ref="SlevomatCodingStandard.PHP.ShortList" />
Severity: Minor
Found in phpcs.xml by editorconfig

There are no issues that match your filters.

Category
Status