Skip to content

Commit 1421661

Browse files
committed
[TASK] Small code cleanups.
1 parent 354e4ec commit 1421661

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

deployer/default/set.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
'tx_crawler_queue',
3737
'tx_crawler_process',
3838
],
39-
'post_sql_in' => '',
40-
'post_sql_in_markers' => ''
4139
]);
4240

4341
// Look https://github.com/sourcebroker/deployer-extended-database for docs

src/Drivers/Typo3CmsDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use SourceBroker\DeployerInstance\Configuration;
77

88
/**
9-
* Use /vendor/bin/typo3cms configuration:showactive DB to get database data directly from TYPO3.
9+
* Use /vendor/bin/typo3 configuration:showactive DB to get database data directly from TYPO3.
1010
*/
1111
class Typo3CmsDriver
1212
{

0 commit comments

Comments
 (0)