diff --git a/.gitignore b/.gitignore index 99886ea..a7e6373 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .idea/ test/app1/vendor/ -vendor/ \ No newline at end of file +vendor/ diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 749e6d0..782cf56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ PHP 5.3 - PHPUnit: PHP 7.2 - PHPUnit: script: "ci/php72.sh $CI_PROJECT_DIR" - image: "registry.gitlab.com/hpierce1102/classfinder/php72" \ No newline at end of file + image: "registry.gitlab.com/hpierce1102/classfinder/php72" diff --git a/LICENSE b/LICENSE index 75c7619..b8dbabd 100644 --- a/LICENSE +++ b/LICENSE @@ -10,4 +10,4 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/docs/ci.md b/docs/ci.md index 3c38ad9..479351f 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -11,4 +11,3 @@ The Dockerfiles used to create these images are contained in a different reposit [ClassFinderTestContainers](https://gitlab.com/hpierce1102/ClassFinderTestContainers). The CI scripts themselves are stored here in `/ci/*`, with the config in `/gitlab-ci.yml`. - diff --git a/docs/exceptions/filesCouldNotLocatePHP.md b/docs/exceptions/filesCouldNotLocatePHP.md index 8a2a016..91895d1 100644 --- a/docs/exceptions/filesCouldNotLocatePHP.md +++ b/docs/exceptions/filesCouldNotLocatePHP.md @@ -34,4 +34,4 @@ Upgrade to a newer version of PHP that includes the `PHP_BINARY` constant. Possible Solution 2 ------------------- -Add `php` to your `$PATH` so it can be discovered via `which` or `where`. \ No newline at end of file +Add `php` to your `$PATH` so it can be discovered via `which` or `where`. diff --git a/docs/exceptions/filesExecNotAvailable.md b/docs/exceptions/filesExecNotAvailable.md index fb3ac8a..531e162 100644 --- a/docs/exceptions/filesExecNotAvailable.md +++ b/docs/exceptions/filesExecNotAvailable.md @@ -47,5 +47,3 @@ disable_functions = exec,passthru,shell_exec,system,proc_open,popen ``` Remove exec from the list and restart your webserver. - - diff --git a/phpunit.xml b/phpunit.xml index f518ded..ec58e06 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -3,7 +3,6 @@ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd" bootstrap="./test/bootstrap.php" > - @@ -30,4 +29,4 @@ test/app2/ClassmapNoAutoloadTest.php - \ No newline at end of file + diff --git a/src/AppConfig.php b/src/AppConfig.php index 9cef4d5..569d3ab 100644 --- a/src/AppConfig.php +++ b/src/AppConfig.php @@ -82,4 +82,4 @@ class AppConfig { $this->appRoot = $appRoot; } -} \ No newline at end of file +} diff --git a/src/ClassFinder.php b/src/ClassFinder.php index e7b14e3..da3c733 100644 --- a/src/ClassFinder.php +++ b/src/ClassFinder.php @@ -1,4 +1,5 @@ namespace, '\\'); } -} \ No newline at end of file +} diff --git a/src/PSR4/PSR4NamespaceFactory.php b/src/PSR4/PSR4NamespaceFactory.php index c61f09c..0c7647f 100644 --- a/src/PSR4/PSR4NamespaceFactory.php +++ b/src/PSR4/PSR4NamespaceFactory.php @@ -1,4 +1,5 @@