Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Apr 15, 2020
  3. Apr 14, 2020
  4. Jul 01, 2019
  5. Jun 21, 2019
  6. Apr 27, 2019
  7. Feb 23, 2019
  8. Oct 01, 2018
  9. Dec 09, 2017
  10. Dec 07, 2017
  11. Mar 28, 2017
    • Wouter Wolters's avatar
      [TASK] Streamline return tags in phpdocs · eb049dba
      Wouter Wolters authored
      The TYPO3 Core currently has no guidline how to handle phpdoc
      comments regarding @return annoations related to "void" and "null".
      
      In practice, these annotations have no additional value if no additional
      documentation is given.
      
      With this change, the php-cs-fixer will remove any unnecessary linebreaks
      within the comments above the @return annotation, as well as remove completely
      empty phpdoc comments because the @return annotation is removed.
      
      Please be aware, that once PSR-5 is accepted, this coding standard
      within the TYPO3 Core will change again, where there are currently
      some further proposal details like inheritance information.
      
      Resolves: #80454
      Releases: master
      Change-Id: Ie969d720684c0a75919fe5addd1c36ef5b12eb04
      Reviewed-on: https://review.typo3.org/51686
      
      
      Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
      Tested-by: default avatarNicole Cordes <typo3@cordes.co>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      eb049dba
  12. Oct 26, 2016
  13. Aug 30, 2016
  14. Jul 12, 2016
  15. Apr 19, 2016
  16. Apr 07, 2016
  17. Jan 29, 2016
  18. Oct 09, 2015
  19. Jun 11, 2015
  20. May 02, 2015
  21. Feb 02, 2015
  22. Jan 31, 2015
  23. Dec 17, 2014
  24. Oct 25, 2014
  25. Dec 18, 2013
  26. Oct 01, 2013
    • Christian Kuhn's avatar
      [TASK] Remove closing PHP tags · 77f29a3c
      Christian Kuhn authored
      Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b
      Resolves: #52360
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/24212
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      77f29a3c
  27. Nov 23, 2012
  28. Sep 18, 2012
  29. Oct 17, 2012
  30. Jul 21, 2012
    • dkd-egerer Sascha Egerer's avatar
      [TASK] Remove trailing whitespace · ca40f8a0
      dkd-egerer Sascha Egerer authored
      There must be no empty lines after the closing
      PHP tag. Empty lines after closing tags break
      output compression in PHP and/or result in AJAX
      errors.
      
      Change-Id: I0484ca29d8134d0828cf30880d5aafd43ed9d78e
      Resolves: #36076
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10499
      Reviewed-by: Ingo Pfennigstorf
      Tested-by: Ingo Pfennigstorf
      Reviewed-by: Daniel Lorenz
      Tested-by: Daniel Lorenz
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ca40f8a0
  31. Nov 10, 2011
    • Bastian Waidelich's avatar
      [TASK] Simplify license header and remove @author annotations · fd09d197
      Bastian Waidelich authored
      This backports three recent changes of the TYPO3.Fluid package:
      - Remove @license annotation from files (290f4f5)
      - Simplify license header in PHP files (14bacba)
      - Drop @author tags from source code (9c2e837)
      
      This should not contain any functional change!
      
      Change-Id: I9376dca4af78c4f0f82413011d115b8ad04634dd
      fd09d197
  32. Jun 14, 2011
  33. Jan 12, 2011
  34. Dec 30, 2010
  35. Dec 01, 2010
  36. Nov 19, 2010
  37. Aug 24, 2010
  38. Jul 19, 2010
  39. Jul 13, 2010