Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Apr 10, 2020
    • Christoph Wurst's avatar
      Format control structures, classes, methods and function · caff1023
      Christoph Wurst authored
      
      To continue this formatting madness, here's a tiny patch that adds
      unified formatting for control structures like if and loops as well as
      classes, their methods and anonymous functions. This basically forces
      the constructs to start on the same line. This is not exactly what PSR2
      wants, but I think we can have a few exceptions with "our" style. The
      starting of braces on the same line is pracrically standard for our
      code.
      
      This also removes and empty lines from method/function bodies at the
      beginning and end.
      
      Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
      caff1023
  3. Mar 31, 2020
  4. Mar 26, 2020
  5. Dec 05, 2019
  6. Apr 26, 2018
  7. Feb 13, 2018
  8. Nov 06, 2017
  9. Mar 20, 2017
  10. Nov 15, 2016
  11. Jul 21, 2016
  12. May 26, 2016
  13. May 20, 2016
  14. May 19, 2016
  15. May 13, 2016
  16. Apr 06, 2016
  17. Mar 22, 2016
    • Lukas Reschke's avatar
      Dont double load class · 8e72e51b
      Lukas Reschke authored
      If the class already exists we should not load it twice. Since the composer autoloader is also used in core this could otherwise load a file twice.
      
      This leads to problems otherwise with case insensitive operating systems like OS X. We can get rid of this once all file names in OC follow PSR-4, until then we probably need this check.
      8e72e51b
  18. Jan 12, 2016
  19. Jan 07, 2016
  20. Nov 29, 2015
  21. Nov 27, 2015
  22. Nov 06, 2015
  23. Oct 26, 2015
  24. Oct 25, 2015
    • Lukas Reschke's avatar
      Remove dead code · ff1271c7
      Lukas Reschke authored
      Those variables are never written to. Thus this is dead code which should be removed.
      ff1271c7
  25. Oct 06, 2015
  26. Oct 05, 2015
  27. Sep 16, 2015
  28. Sep 05, 2015
  29. Sep 04, 2015
  30. Sep 01, 2015
  31. Jul 03, 2015
  32. Mar 26, 2015
  33. Feb 26, 2015
  34. Feb 23, 2015
Loading