IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

[TASK] Change check for TYPO3_MODE #169

Closed georgringer closed 3 years ago

georgringer commented 4 years ago

By using defined('TYPO3_MODE') or die(); this makes makes phpstan more happy as it reports Right side of || is always false.

IchHabRecht commented 3 years ago

Hi @georgringer,

I prefer to use '||' and '&&' over 'and' and 'or' and as I'm not using PHPStan this doesn't concern me.