mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:56:13 +02:00

[TASK] Sniff and codestyle fix to php in configuration dir (#122)

Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
Łukasz Uznański 2020-10-14 11:06:07 +02:00 committed by GitHub
parent 79a6018501
commit 2052efda26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,5 @@
<?php
defined('TYPO3_MODE') or die('Access denied.');
defined('TYPO3_MODE') || die('Access denied.');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('tea', 'Configuration/TypoScript', 'Tea');

View file

@ -1,5 +1,6 @@
<?php
defined('TYPO3_MODE') or die();
defined('TYPO3_MODE') || die();
// This makes the plugin selectable in the BE.
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(

View file

@ -1,4 +1,5 @@
<?php
$tca = [
'ctrl' => [
'title' => 'LLL:EXT:tea/Resources/Private/Language/locallang_db.xlf:tx_tea_domain_model_product_tea',