Skip to content
Snippets Groups Projects
  1. Sep 26, 2020
  2. Aug 13, 2020
  3. Apr 16, 2020
  4. Apr 08, 2020
  5. Apr 07, 2020
  6. Apr 02, 2020
  7. Mar 27, 2020
  8. Mar 23, 2020
  9. Mar 20, 2020
  10. Mar 08, 2020
  11. Mar 06, 2020
  12. Mar 02, 2020
  13. Feb 28, 2020
  14. Feb 27, 2020
  15. Feb 23, 2020
  16. Feb 21, 2020
    • Alexander Schnitzler's avatar
      [TASK] Ignore phpstan errors to achieve level 0 compatibility · 6f136584
      Alexander Schnitzler authored
      This patch ignores several errors found by phpstan which are
      not easy to solve as of now or which are not solvable at all.
      
      - Unsafe usage of new static
      
        Those errors can be solved in different ways. Making classes
        final, making constructors final or using new self. Which
        solution is used has to be decided by people who are familiar
        which the affected files.
      
      - Call to an undefined method in AbstractWidgetViewHelper and
        AbstractViewHelper
      
        Those issues aren't solvable as those methods exist if users
        choose fluid ^3.
      
      - Access to undefined constant TYPO3\CMS\Core\Type\Enumeration
        ::__default
      
        This issue can't be solved as the Enumeration class does a
        lot of magic stuff which isn't compatible with static code
        analysis.
      
      Releases: master
      Resolves: #90402
      Change-Id: Ie4a1623d42cb37d30082275ca1a09a733301d06e
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63276
      
      
      Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de&gt;...>
      6f136584
  17. Feb 19, 2020
  18. Feb 15, 2020
  19. Jan 17, 2020