.github/workflows/build-release/e107_make.php
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$fname = "{$this->config['baseDir']}/readme/{$this->config['main']['name']}/{$rel['readme']}";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$this->stagingDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/staging/";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$releaseDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/release/" . $this->releaseDir;
- Exclude checks
Assigning array<string>></string>
to property but \e107Build->config
is array<string></string>
Open
Open
$this->config['releases'][] = $v;
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$fname = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/" . $dir . "/e107_admin/ver.php";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$this->exportDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$to = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/README.txt";
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$this->tempDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/temp/";
- Exclude checks
string
passed to foreach instead of array Open
Open
foreach ($this->config['releases'] as $rel)
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/e107_plugins/" . $fn;
- Exclude checks
string
passed to foreach instead of array Open
Open
foreach ($this->config['releases'] as $c => $rel)
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'name',
but expected the index to be of type int
Open
Open
$from = "{$this->config['baseDir']}/readme/{$this->config['main']['name']}/{$readme}";
- Exclude checks