Skip to content
Snippets Groups Projects
Select Git revision
  • 3-annotation-plugin-showing-up
  • main default protected
  • 24-everything-from-git
  • 45-create-new-poc-deployment-with-docker
  • 44-add-a-cli-tool
  • improve-deployment
  • 31-backend
  • bash-script-bug-fix
  • upgrades_submodules
  • 24-dependencies-build-nested-watch
  • 24-dependencies-build-using-workspaces
  • 24-dependencies-build
  • wip-all-local
  • 10-annotot
14 results

.gitmodules

Blame
  • phpcs.xml.dist 493 B
    <?xml version="1.0" encoding="UTF-8"?>
    
    <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
    
        <arg name="basepath" value="."/>
        <arg name="cache" value=".phpcs-cache"/>
        <arg name="colors"/>
        <arg name="extensions" value="php"/>
    
        <rule ref="PSR12"/>
    
        <file>bin/</file>
        <file>config/</file>
        <file>public/</file>
        <file>src/</file>
        <file>tests/</file>
    
    </ruleset>