e107inc/e107

View on GitHub
.github/workflows/build-release/e107_make.php

Summary

Maintainability
A
0 mins
Test Coverage

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

        $dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}";

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

            $releaseDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/release/" . $this->releaseDir;

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

        $this->tempDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/temp/";

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

        $from = "{$this->config['baseDir']}/readme/{$this->config['main']['name']}/{$readme}";

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

        $this->stagingDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/staging/";

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

                $fname = "{$this->config['baseDir']}/readme/{$this->config['main']['name']}/{$rel['readme']}";

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

        $fname = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/" . $dir . "/e107_admin/ver.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

        $this->exportDir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/";

string passed to foreach instead of array
Open

        foreach ($this->config['releases'] as $c => $rel)

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

            $dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/e107_plugins/" . $fn;

string passed to foreach instead of array
Open

        foreach ($this->config['releases'] as $rel)

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

        $to = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export/README.txt";

Assigning array<string>&gt;</string> to property but \e107Build->config is array<string></string>
Open

                $this->config['releases'][] = $v;

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

        $dir = "{$this->config['baseDir']}/target/{$this->config['main']['name']}/export";

There are no issues that match your filters.

Category
Status