Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit 17c86de

Browse files
committed
Merge branch 'master' of https://github.com/ddiebel/ext-coreapi into ddiebel-master
2 parents 730b13f + 87710ab commit 17c86de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Classes/Command/ExtensionApiCommandController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
*/
3939
class ExtensionApiCommandController extends CommandController {
4040

41+
const MAXIMUM_LINE_LENGTH = 79;
42+
4143
/**
4244
* @var \TYPO3\CMS\Core\Log\LogManager $logManager
4345
*/

Classes/Command/SiteApiCommandController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
*/
3737
class SiteApiCommandController extends CommandController {
3838

39+
const MAXIMUM_LINE_LENGTH = 79;
40+
3941
/**
4042
* @var \TYPO3\CMS\Core\Log\LogManager $logManager
4143
*/

0 commit comments

Comments
 (0)