File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class DrupalBootstrap extends Module {
3232 *
3333 * @var array
3434 */
35- protected array $ config = [
35+ protected $ config = [
3636 'site_path ' => 'sites/default ' ,
3737 ];
3838
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class DrupalDrush extends Module {
2828 *
2929 * @var array
3030 */
31- protected array $ config = [
31+ protected $ config = [
3232 'drush ' => 'drush ' ,
3333 'alias ' => '' ,
3434 'options ' => [],
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class DrupalEntity extends Module {
3030 *
3131 * @var array
3232 */
33- protected array $ config = [
33+ protected $ config = [
3434 'cleanup_test ' => TRUE ,
3535 'cleanup_failed ' => TRUE ,
3636 'cleanup_suite ' => TRUE ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class DrupalUser extends Module {
5858 *
5959 * @var array
6060 */
61- protected array $ config = [
61+ protected $ config = [
6262 'alias ' => '' ,
6363 'driver ' => NULL ,
6464 'drush ' => 'drush ' ,
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class DrupalWatchdog extends Module {
3535 *
3636 * @var array
3737 */
38- protected array $ config = [
38+ protected $ config = [
3939 'channels ' => [],
4040 'level ' => 'ERROR ' ,
4141 'enabled ' => TRUE ,
You can’t perform that action at this time.
0 commit comments