Skip to content
Snippets Groups Projects
  1. Jun 01, 2017
  2. May 30, 2017
    • Daniel Siepmann's avatar
      TASK: Migrate code base and tests · f8afc920
      Daniel Siepmann authored
      * Use namespace in configuration, as classes are now namespaced.
      * Also use namespace in code for referenced to own sniffs.
      * Do not use identifiers with further dots as this is no longer
        supported, use ":" instead.
      
      Relates: #82
      f8afc920
    • Daniel Siepmann's avatar
      TASK: Update PHP CS · ded389ae
      Daniel Siepmann authored
      * Use hash, not version, as version contains bug that not a single
        custom sniff can be executed. That would break our tests.
      * Also add auto loading for tests to work, as phpcs removed autoloading
        support for composer.
      * Move all sniffs to namespace to allow processing through phpcs.
      * Adjust already some class names of phpcs to new conventions.
      
      Relates: #82
      ded389ae
  3. May 16, 2017
  4. May 11, 2017
  5. May 04, 2017
  6. May 02, 2017