From 93618e83ff57e80da1a48f02bd818690e6011d61 Mon Sep 17 00:00:00 2001 From: codemasher Date: Sun, 24 Jan 2021 22:52:33 +0100 Subject: [PATCH] :octocat: removed filesource and package phpdoc tags --- examples/MyCustomOutput.php | 2 -- examples/QRImageWithLogo.php | 2 -- examples/QRImageWithText.php | 2 -- examples/custom_output.php | 2 -- examples/html.php | 2 -- examples/image.php | 2 -- examples/imageWithLogo.php | 2 -- examples/imageWithText.php | 1 - examples/imagick.php | 2 -- examples/svg.php | 2 -- examples/text.php | 2 -- public/qrcode.php | 1 - src/Common/BitBuffer.php | 2 -- src/Common/ECICharset.php | 2 -- src/Common/EccLevel.php | 2 -- src/Common/GF256.php | 2 -- src/Common/GenericGFPoly.php | 2 -- src/Common/MaskPattern.php | 2 -- src/Common/Mode.php | 2 -- src/Common/ReedSolomonEncoder.php | 2 -- src/Common/Version.php | 2 -- src/Data/AlphaNum.php | 2 -- src/Data/Byte.php | 2 -- src/Data/ECI.php | 2 -- src/Data/Kanji.php | 2 -- src/Data/MaskPatternTester.php | 2 -- src/Data/Number.php | 2 -- src/Data/QRCodeDataException.php | 2 -- src/Data/QRData.php | 2 -- src/Data/QRDataModeAbstract.php | 2 -- src/Data/QRDataModeInterface.php | 2 -- src/Data/QRMatrix.php | 2 -- src/Output/QRCodeOutputException.php | 2 -- src/Output/QRFpdf.php | 7 ++----- src/Output/QRImage.php | 2 -- src/Output/QRImagick.php | 2 -- src/Output/QRMarkup.php | 2 -- src/Output/QROutputAbstract.php | 4 ++-- src/Output/QROutputInterface.php | 2 -- src/Output/QRString.php | 2 -- src/QRCode.php | 2 -- src/QRCodeException.php | 2 -- src/QROptions.php | 2 -- src/QROptionsTrait.php | 2 -- tests/Common/BitBufferTest.php | 2 -- tests/Data/AlphaNumTest.php | 2 -- tests/Data/ByteTest.php | 2 -- tests/Data/DatainterfaceTestAbstract.php | 2 -- tests/Data/KanjiTest.php | 2 -- tests/Data/MaskPatternTesterTest.php | 2 -- tests/Data/NumberTest.php | 2 -- tests/Data/QRMatrixTest.php | 2 -- tests/Output/QRFpdfTest.php | 2 -- tests/Output/QRImageTest.php | 2 -- tests/Output/QRImagickTest.php | 2 -- tests/Output/QRMarkupTest.php | 2 -- tests/Output/QROutputTestAbstract.php | 2 -- tests/Output/QRStringTest.php | 2 -- tests/QRCodeTest.php | 2 -- tests/QROptionsTest.php | 2 -- 60 files changed, 4 insertions(+), 121 deletions(-) diff --git a/examples/MyCustomOutput.php b/examples/MyCustomOutput.php index c48dcf912..40f4aae2b 100644 --- a/examples/MyCustomOutput.php +++ b/examples/MyCustomOutput.php @@ -2,9 +2,7 @@ /** * Class MyCustomOutput * - * @filesource MyCustomOutput.php * @created 24.12.2017 - * @package chillerlan\QRCodeExamples * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/examples/QRImageWithLogo.php b/examples/QRImageWithLogo.php index 76f9e40ec..ac2dacadd 100644 --- a/examples/QRImageWithLogo.php +++ b/examples/QRImageWithLogo.php @@ -2,9 +2,7 @@ /** * Class QRImageWithLogo * - * @filesource QRImageWithLogo.php * @created 18.11.2020 - * @package chillerlan\QRCodeExamples * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/examples/QRImageWithText.php b/examples/QRImageWithText.php index e3b2d8c62..b5971bdf1 100644 --- a/examples/QRImageWithText.php +++ b/examples/QRImageWithText.php @@ -6,9 +6,7 @@ * * @link https://github.com/chillerlan/php-qrcode/issues/35 * - * @filesource QRImageWithText.php * @created 22.06.2019 - * @package chillerlan\QRCodeExamples * @author smiley * @copyright 2019 smiley * @license MIT diff --git a/examples/custom_output.php b/examples/custom_output.php index f55f69b41..175b5b86e 100644 --- a/examples/custom_output.php +++ b/examples/custom_output.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/examples/html.php b/examples/html.php index e7d658961..5ac189136 100644 --- a/examples/html.php +++ b/examples/html.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/examples/image.php b/examples/image.php index 6d9069f33..bbb0c20a1 100644 --- a/examples/image.php +++ b/examples/image.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/examples/imageWithLogo.php b/examples/imageWithLogo.php index 622c74bed..73aa887d1 100644 --- a/examples/imageWithLogo.php +++ b/examples/imageWithLogo.php @@ -1,7 +1,5 @@ * @copyright 2020 smiley diff --git a/examples/imageWithText.php b/examples/imageWithText.php index 44175b5b0..0f040f79e 100644 --- a/examples/imageWithText.php +++ b/examples/imageWithText.php @@ -3,7 +3,6 @@ * example for additional text * @link https://github.com/chillerlan/php-qrcode/issues/35 * - * @filesource imageWithText.php * @created 22.06.2019 * @author Smiley * @copyright 2019 Smiley diff --git a/examples/imagick.php b/examples/imagick.php index fb0561f06..ea8af1d57 100644 --- a/examples/imagick.php +++ b/examples/imagick.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/examples/svg.php b/examples/svg.php index b02040dda..63cb54552 100644 --- a/examples/svg.php +++ b/examples/svg.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/examples/text.php b/examples/text.php index 89854db6a..bc24ddf28 100644 --- a/examples/text.php +++ b/examples/text.php @@ -1,7 +1,5 @@ * @copyright 2017 Smiley diff --git a/public/qrcode.php b/public/qrcode.php index 1f8427c7e..d4e5deb32 100644 --- a/public/qrcode.php +++ b/public/qrcode.php @@ -1,6 +1,5 @@ * @copyright 2017 Smiley diff --git a/src/Common/BitBuffer.php b/src/Common/BitBuffer.php index 094e363b0..ba1e4759c 100644 --- a/src/Common/BitBuffer.php +++ b/src/Common/BitBuffer.php @@ -2,9 +2,7 @@ /** * Class BitBuffer * - * @filesource BitBuffer.php * @created 25.11.2015 - * @package chillerlan\QRCode\Common * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Common/ECICharset.php b/src/Common/ECICharset.php index 39d6b1afb..9193c0343 100644 --- a/src/Common/ECICharset.php +++ b/src/Common/ECICharset.php @@ -2,9 +2,7 @@ /** * Class ECICharset * - * @filesource ECICharset.php * @created 21.01.2021 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2021 smiley * @license MIT diff --git a/src/Common/EccLevel.php b/src/Common/EccLevel.php index 917963bd4..d1f77b2fa 100644 --- a/src/Common/EccLevel.php +++ b/src/Common/EccLevel.php @@ -2,9 +2,7 @@ /** * Class EccLevel * - * @filesource EccLevel.php * @created 19.11.2020 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/src/Common/GF256.php b/src/Common/GF256.php index e7f4cc1a2..5ae7a85f9 100644 --- a/src/Common/GF256.php +++ b/src/Common/GF256.php @@ -2,9 +2,7 @@ /** * Class GF256 * - * @filesource GF256.php * @created 16.01.2021 - * @package chillerlan\QRCode\Common * @author ZXing Authors * @author Smiley * @copyright 2021 Smiley diff --git a/src/Common/GenericGFPoly.php b/src/Common/GenericGFPoly.php index 87e8efd8f..52563a454 100644 --- a/src/Common/GenericGFPoly.php +++ b/src/Common/GenericGFPoly.php @@ -2,9 +2,7 @@ /** * Class GenericGFPoly * - * @filesource GenericGFPoly.php * @created 16.01.2021 - * @package chillerlan\QRCode\Common * @author ZXing Authors * @author Smiley * @copyright 2021 Smiley diff --git a/src/Common/MaskPattern.php b/src/Common/MaskPattern.php index e9e628a6a..7e3f77d62 100644 --- a/src/Common/MaskPattern.php +++ b/src/Common/MaskPattern.php @@ -2,9 +2,7 @@ /** * Class MaskPattern * - * @filesource MaskPattern.php * @created 19.01.2021 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2021 smiley * @license MIT diff --git a/src/Common/Mode.php b/src/Common/Mode.php index fd73f6783..4ac298766 100644 --- a/src/Common/Mode.php +++ b/src/Common/Mode.php @@ -2,9 +2,7 @@ /** * Class Mode * - * @filesource Mode.php * @created 19.11.2020 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/src/Common/ReedSolomonEncoder.php b/src/Common/ReedSolomonEncoder.php index ca8e0e03b..4a65bba13 100644 --- a/src/Common/ReedSolomonEncoder.php +++ b/src/Common/ReedSolomonEncoder.php @@ -2,9 +2,7 @@ /** * Class ReedSolomonEncoder * - * @filesource ReedSolomonEncoder.php * @created 07.01.2021 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2021 smiley * @license MIT diff --git a/src/Common/Version.php b/src/Common/Version.php index 37c91bb22..3b613587e 100644 --- a/src/Common/Version.php +++ b/src/Common/Version.php @@ -2,9 +2,7 @@ /** * Class Version * - * @filesource Version.php * @created 19.11.2020 - * @package chillerlan\QRCode\Common * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/src/Data/AlphaNum.php b/src/Data/AlphaNum.php index f3ff54dab..87291d967 100644 --- a/src/Data/AlphaNum.php +++ b/src/Data/AlphaNum.php @@ -2,9 +2,7 @@ /** * Class AlphaNum * - * @filesource AlphaNum.php * @created 25.11.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/Byte.php b/src/Data/Byte.php index 229952d0a..06963e21e 100644 --- a/src/Data/Byte.php +++ b/src/Data/Byte.php @@ -2,9 +2,7 @@ /** * Class Byte * - * @filesource Byte.php * @created 25.11.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/ECI.php b/src/Data/ECI.php index a3e08130b..a335039c3 100644 --- a/src/Data/ECI.php +++ b/src/Data/ECI.php @@ -2,9 +2,7 @@ /** * Class ECI * - * @filesource ECI.php * @created 20.11.2020 - * @package chillerlan\QRCode\Data * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/src/Data/Kanji.php b/src/Data/Kanji.php index 856b54779..e37604cf0 100644 --- a/src/Data/Kanji.php +++ b/src/Data/Kanji.php @@ -2,9 +2,7 @@ /** * Class Kanji * - * @filesource Kanji.php * @created 25.11.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/MaskPatternTester.php b/src/Data/MaskPatternTester.php index d303bc2ef..792920b32 100644 --- a/src/Data/MaskPatternTester.php +++ b/src/Data/MaskPatternTester.php @@ -2,9 +2,7 @@ /** * Class MaskPatternTester * - * @filesource MaskPatternTester.php * @created 22.11.2017 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/src/Data/Number.php b/src/Data/Number.php index 01ae36ecf..d31605826 100644 --- a/src/Data/Number.php +++ b/src/Data/Number.php @@ -2,9 +2,7 @@ /** * Class Number * - * @filesource Number.php * @created 26.11.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/QRCodeDataException.php b/src/Data/QRCodeDataException.php index 862f57ba0..b260e4942 100644 --- a/src/Data/QRCodeDataException.php +++ b/src/Data/QRCodeDataException.php @@ -2,9 +2,7 @@ /** * Class QRCodeDataException * - * @filesource QRCodeDataException.php * @created 09.12.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/QRData.php b/src/Data/QRData.php index bce994c70..cf6c1d274 100644 --- a/src/Data/QRData.php +++ b/src/Data/QRData.php @@ -2,9 +2,7 @@ /** * Class QRData * - * @filesource QRData.php * @created 25.11.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/QRDataModeAbstract.php b/src/Data/QRDataModeAbstract.php index 7dc4eb6c3..9f1211162 100644 --- a/src/Data/QRDataModeAbstract.php +++ b/src/Data/QRDataModeAbstract.php @@ -2,9 +2,7 @@ /** * Class QRDataModeAbstract * - * @filesource QRDataModeAbstract.php * @created 19.11.2020 - * @package chillerlan\QRCode\Data * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/src/Data/QRDataModeInterface.php b/src/Data/QRDataModeInterface.php index b69c127e6..a4729ce30 100644 --- a/src/Data/QRDataModeInterface.php +++ b/src/Data/QRDataModeInterface.php @@ -2,9 +2,7 @@ /** * Interface QRDataModeInterface * - * @filesource QRDataModeInterface.php * @created 01.12.2015 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Data/QRMatrix.php b/src/Data/QRMatrix.php index d44c732ad..11fd3445e 100755 --- a/src/Data/QRMatrix.php +++ b/src/Data/QRMatrix.php @@ -2,9 +2,7 @@ /** * Class QRMatrix * - * @filesource QRMatrix.php * @created 15.11.2017 - * @package chillerlan\QRCode\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/src/Output/QRCodeOutputException.php b/src/Output/QRCodeOutputException.php index 639bdd111..62d971877 100644 --- a/src/Output/QRCodeOutputException.php +++ b/src/Output/QRCodeOutputException.php @@ -2,9 +2,7 @@ /** * Class QRCodeOutputException * - * @filesource QRCodeOutputException.php * @created 09.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Output/QRFpdf.php b/src/Output/QRFpdf.php index 1c3b99d4e..3ac544d40 100644 --- a/src/Output/QRFpdf.php +++ b/src/Output/QRFpdf.php @@ -2,14 +2,11 @@ /** * Class QRFpdf * - * https://github.com/chillerlan/php-qrcode/pull/49 - * - * @filesource QRFpdf.php * @created 03.06.2020 - * @package chillerlan\QRCode\Output * @author Maximilian Kresse - * * @license MIT + * + * @see https://github.com/chillerlan/php-qrcode/pull/49 */ namespace chillerlan\QRCode\Output; diff --git a/src/Output/QRImage.php b/src/Output/QRImage.php index 098a7825d..177ad50e5 100644 --- a/src/Output/QRImage.php +++ b/src/Output/QRImage.php @@ -2,9 +2,7 @@ /** * Class QRImage * - * @filesource QRImage.php * @created 05.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Output/QRImagick.php b/src/Output/QRImagick.php index 49516d30e..d93cb758f 100644 --- a/src/Output/QRImagick.php +++ b/src/Output/QRImagick.php @@ -2,9 +2,7 @@ /** * Class QRImagick * - * @filesource QRImagick.php * @created 04.07.2018 - * @package chillerlan\QRCode\Output * @author smiley * @copyright 2018 smiley * @license MIT diff --git a/src/Output/QRMarkup.php b/src/Output/QRMarkup.php index a351c8cf4..bf79bdcdf 100644 --- a/src/Output/QRMarkup.php +++ b/src/Output/QRMarkup.php @@ -2,9 +2,7 @@ /** * Class QRMarkup * - * @filesource QRMarkup.php * @created 17.12.2016 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2016 Smiley * @license MIT diff --git a/src/Output/QROutputAbstract.php b/src/Output/QROutputAbstract.php index a115cf722..0c384e6d6 100644 --- a/src/Output/QROutputAbstract.php +++ b/src/Output/QROutputAbstract.php @@ -2,9 +2,7 @@ /** * Class QROutputAbstract * - * @filesource QROutputAbstract.php * @created 09.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2015 Smiley * @license MIT @@ -117,6 +115,8 @@ abstract class QROutputAbstract implements QROutputInterface{ /** * @inheritDoc + * + * @return mixed */ public function dump(string $file = null){ $file ??= $this->options->cachefile; diff --git a/src/Output/QROutputInterface.php b/src/Output/QROutputInterface.php index 847b2b754..32b1bf6e8 100644 --- a/src/Output/QROutputInterface.php +++ b/src/Output/QROutputInterface.php @@ -2,9 +2,7 @@ /** * Interface QROutputInterface, * - * @filesource QROutputInterface.php * @created 02.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/Output/QRString.php b/src/Output/QRString.php index 3ed5153e1..a5dbcf8d8 100644 --- a/src/Output/QRString.php +++ b/src/Output/QRString.php @@ -2,9 +2,7 @@ /** * Class QRString * - * @filesource QRString.php * @created 05.12.2015 - * @package chillerlan\QRCode\Output * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/QRCode.php b/src/QRCode.php index 91761221c..1ab3e4844 100755 --- a/src/QRCode.php +++ b/src/QRCode.php @@ -2,9 +2,7 @@ /** * Class QRCode * - * @filesource QRCode.php * @created 26.11.2015 - * @package chillerlan\QRCode * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/QRCodeException.php b/src/QRCodeException.php index 737a0803e..b20836ca2 100644 --- a/src/QRCodeException.php +++ b/src/QRCodeException.php @@ -2,9 +2,7 @@ /** * Class QRCodeException * - * @filesource QRCodeException.php * @created 27.11.2015 - * @package chillerlan\QRCode * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/QROptions.php b/src/QROptions.php index 437eb5b90..ca7fac3d5 100644 --- a/src/QROptions.php +++ b/src/QROptions.php @@ -2,9 +2,7 @@ /** * Class QROptions * - * @filesource QROptions.php * @created 08.12.2015 - * @package chillerlan\QRCode * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/src/QROptionsTrait.php b/src/QROptionsTrait.php index 0bae75f02..7b68f7436 100644 --- a/src/QROptionsTrait.php +++ b/src/QROptionsTrait.php @@ -2,9 +2,7 @@ /** * Trait QROptionsTrait * - * @filesource QROptionsTrait.php * @created 10.03.2018 - * @package chillerlan\QRCode * @author smiley * @copyright 2018 smiley * @license MIT diff --git a/tests/Common/BitBufferTest.php b/tests/Common/BitBufferTest.php index e863c8443..09342f0a5 100644 --- a/tests/Common/BitBufferTest.php +++ b/tests/Common/BitBufferTest.php @@ -2,9 +2,7 @@ /** * Class BitBufferTest * - * @filesource BitBufferTest.php * @created 08.02.2016 - * @package chillerlan\QRCodeTest\Common * @author Smiley * @copyright 2015 Smiley * @license MIT diff --git a/tests/Data/AlphaNumTest.php b/tests/Data/AlphaNumTest.php index 80a6ff7df..ae99a772e 100644 --- a/tests/Data/AlphaNumTest.php +++ b/tests/Data/AlphaNumTest.php @@ -2,9 +2,7 @@ /** * Class AlphaNumTest * - * @filesource AlphaNumTest.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/ByteTest.php b/tests/Data/ByteTest.php index dacc523a5..dce159b66 100644 --- a/tests/Data/ByteTest.php +++ b/tests/Data/ByteTest.php @@ -2,9 +2,7 @@ /** * Class ByteTest * - * @filesource ByteTest.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/DatainterfaceTestAbstract.php b/tests/Data/DatainterfaceTestAbstract.php index 5fda9946c..a747cba61 100644 --- a/tests/Data/DatainterfaceTestAbstract.php +++ b/tests/Data/DatainterfaceTestAbstract.php @@ -2,9 +2,7 @@ /** * Class DatainterfaceTestAbstract * - * @filesource DatainterfaceTestAbstract.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/KanjiTest.php b/tests/Data/KanjiTest.php index a34df88fa..aae2b9b25 100644 --- a/tests/Data/KanjiTest.php +++ b/tests/Data/KanjiTest.php @@ -2,9 +2,7 @@ /** * Class KanjiTest * - * @filesource KanjiTest.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/MaskPatternTesterTest.php b/tests/Data/MaskPatternTesterTest.php index 49b1c4924..cf162be38 100644 --- a/tests/Data/MaskPatternTesterTest.php +++ b/tests/Data/MaskPatternTesterTest.php @@ -2,9 +2,7 @@ /** * Class MaskPatternTesterTest * - * @filesource MaskPatternTesterTest.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/NumberTest.php b/tests/Data/NumberTest.php index ccbe6f65e..6400c5340 100644 --- a/tests/Data/NumberTest.php +++ b/tests/Data/NumberTest.php @@ -2,9 +2,7 @@ /** * Class NumberTest * - * @filesource NumberTest.php * @created 24.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Data/QRMatrixTest.php b/tests/Data/QRMatrixTest.php index 39dd6cedd..bf741df16 100755 --- a/tests/Data/QRMatrixTest.php +++ b/tests/Data/QRMatrixTest.php @@ -2,9 +2,7 @@ /** * Class QRMatrixTest * - * @filesource QRMatrixTest.php * @created 17.11.2017 - * @package chillerlan\QRCodeTest\Data * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Output/QRFpdfTest.php b/tests/Output/QRFpdfTest.php index a3ab0f5b9..c1f65b44e 100644 --- a/tests/Output/QRFpdfTest.php +++ b/tests/Output/QRFpdfTest.php @@ -2,9 +2,7 @@ /** * Class QRFpdfTest * - * @filesource QRFpdfTest.php * @created 03.06.2020 - * @package chillerlan\QRCodeTest\Output * @author smiley * @copyright 2020 smiley * @license MIT diff --git a/tests/Output/QRImageTest.php b/tests/Output/QRImageTest.php index 4da150b83..f7e163683 100644 --- a/tests/Output/QRImageTest.php +++ b/tests/Output/QRImageTest.php @@ -2,9 +2,7 @@ /** * Class QRImageTest * - * @filesource QRImageTest.php * @created 24.12.2017 - * @package chillerlan\QRCodeTest\Output * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Output/QRImagickTest.php b/tests/Output/QRImagickTest.php index aeb5109d5..48e1ab1d7 100644 --- a/tests/Output/QRImagickTest.php +++ b/tests/Output/QRImagickTest.php @@ -2,9 +2,7 @@ /** * Class QRImagickTest * - * @filesource QRImagickTest.php * @created 04.07.2018 - * @package chillerlan\QRCodeTest\Output * @author smiley * @copyright 2018 smiley * @license MIT diff --git a/tests/Output/QRMarkupTest.php b/tests/Output/QRMarkupTest.php index b928c5062..5c9852978 100644 --- a/tests/Output/QRMarkupTest.php +++ b/tests/Output/QRMarkupTest.php @@ -2,9 +2,7 @@ /** * Class QRMarkupTest * - * @filesource QRMarkupTest.php * @created 24.12.2017 - * @package chillerlan\QRCodeTest\Output * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Output/QROutputTestAbstract.php b/tests/Output/QROutputTestAbstract.php index 21946d334..c3937ae65 100644 --- a/tests/Output/QROutputTestAbstract.php +++ b/tests/Output/QROutputTestAbstract.php @@ -2,9 +2,7 @@ /** * Class QROutputTestAbstract * - * @filesource QROutputTestAbstract.php * @created 24.12.2017 - * @package chillerlan\QRCodeTest\Output * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/Output/QRStringTest.php b/tests/Output/QRStringTest.php index c40694ec8..91bf11c83 100644 --- a/tests/Output/QRStringTest.php +++ b/tests/Output/QRStringTest.php @@ -2,9 +2,7 @@ /** * Class QRStringTest * - * @filesource QRStringTest.php * @created 24.12.2017 - * @package chillerlan\QRCodeTest\Output * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/QRCodeTest.php b/tests/QRCodeTest.php index cdf984771..21e41f5d3 100755 --- a/tests/QRCodeTest.php +++ b/tests/QRCodeTest.php @@ -2,9 +2,7 @@ /** * Class QRCodeTest * - * @filesource QRCodeTest.php * @created 17.11.2017 - * @package chillerlan\QRCodeTest * @author Smiley * @copyright 2017 Smiley * @license MIT diff --git a/tests/QROptionsTest.php b/tests/QROptionsTest.php index 3a0260623..dcc19e3e6 100644 --- a/tests/QROptionsTest.php +++ b/tests/QROptionsTest.php @@ -2,9 +2,7 @@ /** * Class QROptionsTest * - * @filesource QROptionsTest.php * @created 08.11.2018 - * @package chillerlan\QRCodeTest * @author smiley * @copyright 2018 smiley * @license MIT