diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index b03c73a..7ed62ee 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,6 +1,7 @@ */ -$config = new AzuyaLabs\PhpCsFixerConfig\Config('2017'); +$config = new AzuyaLabs\PhpCsFixerConfig\Config('2017', null, 'WAQI (World Air Quality Index)'); $config->getFinder()->in(__DIR__)->notPath('var'); return $config; diff --git a/phpinsights.php b/phpinsights.php index 7051e46..1ba8176 100644 --- a/phpinsights.php +++ b/phpinsights.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/rector.php b/rector.php index 3c3b442..95bbbd6 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/src/AirQuality.php b/src/AirQuality.php index e8c7b29..c3b56dc 100644 --- a/src/AirQuality.php +++ b/src/AirQuality.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/src/Exceptions/InvalidAccessToken.php b/src/Exceptions/InvalidAccessToken.php index a7f3474..795c654 100644 --- a/src/Exceptions/InvalidAccessToken.php +++ b/src/Exceptions/InvalidAccessToken.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/src/Exceptions/QuotaExceeded.php b/src/Exceptions/QuotaExceeded.php index 22e7d69..689d1d9 100644 --- a/src/Exceptions/QuotaExceeded.php +++ b/src/Exceptions/QuotaExceeded.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/src/Exceptions/UnknownStation.php b/src/Exceptions/UnknownStation.php index 68de080..d3e7f1e 100644 --- a/src/Exceptions/UnknownStation.php +++ b/src/Exceptions/UnknownStation.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/src/WAQI.php b/src/WAQI.php index dcbeb34..10de55f 100644 --- a/src/WAQI.php +++ b/src/WAQI.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. * diff --git a/tests/WAQITest.php b/tests/WAQITest.php index 7f4c8d6..4fc789a 100644 --- a/tests/WAQITest.php +++ b/tests/WAQITest.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** - * This file is part of the 'azuyalabs/waqi' package. + * This file is part of the 'WAQI (World Air Quality Index)' package. * * Simple PHP Wrapper for the World Air Quality Index API. *