php8 only; added variable types; short array syntax; remove glyphicons
Compare changes
- Hahn Axel (hahn) authored
@@ -6,17 +6,47 @@ require_once 'build.interface.php';
@@ -6,17 +6,47 @@ require_once 'build.interface.php';
@@ -24,58 +54,58 @@ class build_base implements iBuildplugin{
@@ -24,58 +54,58 @@ class build_base implements iBuildplugin{
@@ -83,12 +113,13 @@ class build_base implements iBuildplugin{
@@ -83,12 +113,13 @@ class build_base implements iBuildplugin{
@@ -97,123 +128,143 @@ class build_base implements iBuildplugin{
@@ -97,123 +128,143 @@ class build_base implements iBuildplugin{
'echo "ERROR: The method checkRequirements() was not implemented in the build plugin ['.$this->getId().']"',
'echo "ERROR: The method getBuildCommamds() was not implemented in the build plugin ['.$this->getId().']"',