diff --git a/Build/.php_cs b/Build/.php_cs index 41f5e0e30e261981c4e759fda8a0859b2ef013c0..2eae9657b1061e7cd10deb08bbcc9db8de334dab 100644 --- a/Build/.php_cs +++ b/Build/.php_cs @@ -75,7 +75,6 @@ return PhpCsFixer\Config::create() 'lowercase_cast' => true, 'no_leading_namespace_whitespace' => true, 'native_function_casing' => true, - 'self_accessor' => true, 'no_short_bool_cast' => true, 'no_unneeded_control_parentheses' => true, 'phpdoc_no_empty_return' => true, diff --git a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php index 5e2f3a4722fd0be3a2d410f76273593a5e81e4a5..e89a693d82294cb0803d5ada38b909c507b74e5c 100644 --- a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php +++ b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php @@ -137,7 +137,6 @@ class PageLayoutController public $pageinfo; /** - * "Pseudo" Description -table name * * @var string diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php index 7f78c65877d021cbf55acdb225f79ea1588682bc..56ad15b6908b48d07501be748d761375672bf5d5 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php @@ -60,7 +60,6 @@ class Query implements QueryInterface /** * @var \TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface - */ protected $persistenceManager;