Просмотр исходного кода

:octocat: removed filesource and package phpdoc tags

codemasher 4 лет назад
Родитель
Сommit
93618e83ff
60 измененных файлов с 4 добавлено и 121 удалено
  1. 0 2
      examples/MyCustomOutput.php
  2. 0 2
      examples/QRImageWithLogo.php
  3. 0 2
      examples/QRImageWithText.php
  4. 0 2
      examples/custom_output.php
  5. 0 2
      examples/html.php
  6. 0 2
      examples/image.php
  7. 0 2
      examples/imageWithLogo.php
  8. 0 1
      examples/imageWithText.php
  9. 0 2
      examples/imagick.php
  10. 0 2
      examples/svg.php
  11. 0 2
      examples/text.php
  12. 0 1
      public/qrcode.php
  13. 0 2
      src/Common/BitBuffer.php
  14. 0 2
      src/Common/ECICharset.php
  15. 0 2
      src/Common/EccLevel.php
  16. 0 2
      src/Common/GF256.php
  17. 0 2
      src/Common/GenericGFPoly.php
  18. 0 2
      src/Common/MaskPattern.php
  19. 0 2
      src/Common/Mode.php
  20. 0 2
      src/Common/ReedSolomonEncoder.php
  21. 0 2
      src/Common/Version.php
  22. 0 2
      src/Data/AlphaNum.php
  23. 0 2
      src/Data/Byte.php
  24. 0 2
      src/Data/ECI.php
  25. 0 2
      src/Data/Kanji.php
  26. 0 2
      src/Data/MaskPatternTester.php
  27. 0 2
      src/Data/Number.php
  28. 0 2
      src/Data/QRCodeDataException.php
  29. 0 2
      src/Data/QRData.php
  30. 0 2
      src/Data/QRDataModeAbstract.php
  31. 0 2
      src/Data/QRDataModeInterface.php
  32. 0 2
      src/Data/QRMatrix.php
  33. 0 2
      src/Output/QRCodeOutputException.php
  34. 2 5
      src/Output/QRFpdf.php
  35. 0 2
      src/Output/QRImage.php
  36. 0 2
      src/Output/QRImagick.php
  37. 0 2
      src/Output/QRMarkup.php
  38. 2 2
      src/Output/QROutputAbstract.php
  39. 0 2
      src/Output/QROutputInterface.php
  40. 0 2
      src/Output/QRString.php
  41. 0 2
      src/QRCode.php
  42. 0 2
      src/QRCodeException.php
  43. 0 2
      src/QROptions.php
  44. 0 2
      src/QROptionsTrait.php
  45. 0 2
      tests/Common/BitBufferTest.php
  46. 0 2
      tests/Data/AlphaNumTest.php
  47. 0 2
      tests/Data/ByteTest.php
  48. 0 2
      tests/Data/DatainterfaceTestAbstract.php
  49. 0 2
      tests/Data/KanjiTest.php
  50. 0 2
      tests/Data/MaskPatternTesterTest.php
  51. 0 2
      tests/Data/NumberTest.php
  52. 0 2
      tests/Data/QRMatrixTest.php
  53. 0 2
      tests/Output/QRFpdfTest.php
  54. 0 2
      tests/Output/QRImageTest.php
  55. 0 2
      tests/Output/QRImagickTest.php
  56. 0 2
      tests/Output/QRMarkupTest.php
  57. 0 2
      tests/Output/QROutputTestAbstract.php
  58. 0 2
      tests/Output/QRStringTest.php
  59. 0 2
      tests/QRCodeTest.php
  60. 0 2
      tests/QROptionsTest.php

+ 0 - 2
examples/MyCustomOutput.php

@@ -2,9 +2,7 @@
 /**
  * Class MyCustomOutput
  *
- * @filesource   MyCustomOutput.php
  * @created      24.12.2017
- * @package      chillerlan\QRCodeExamples
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
examples/QRImageWithLogo.php

@@ -2,9 +2,7 @@
 /**
  * Class QRImageWithLogo
  *
- * @filesource   QRImageWithLogo.php
  * @created      18.11.2020
- * @package      chillerlan\QRCodeExamples
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
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 <smiley@chillerlan.net>
  * @copyright    2019 smiley
  * @license      MIT

+ 0 - 2
examples/custom_output.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   custom_output.php
  * @created      24.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
examples/html.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   html.php
  * @created      21.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
examples/image.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   image.php
  * @created      24.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
examples/imageWithLogo.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   imageWithLogo.php
  * @created      18.11.2020
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley

+ 0 - 1
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 <smiley@chillerlan.net>
  * @copyright    2019 Smiley

+ 0 - 2
examples/imagick.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   imagick.php
  * @created      24.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
examples/svg.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   svg.php
  * @created      21.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
examples/text.php

@@ -1,7 +1,5 @@
 <?php
 /**
- *
- * @filesource   text.php
  * @created      21.12.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 1
public/qrcode.php

@@ -1,6 +1,5 @@
 <?php
 /**
- * @filesource   qrcode.php
  * @created      18.11.2017
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley

+ 0 - 2
src/Common/BitBuffer.php

@@ -2,9 +2,7 @@
 /**
  * Class BitBuffer
  *
- * @filesource   BitBuffer.php
  * @created      25.11.2015
- * @package      chillerlan\QRCode\Common
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Common/ECICharset.php

@@ -2,9 +2,7 @@
 /**
  * Class ECICharset
  *
- * @filesource   ECICharset.php
  * @created      21.01.2021
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2021 smiley
  * @license      MIT

+ 0 - 2
src/Common/EccLevel.php

@@ -2,9 +2,7 @@
 /**
  * Class EccLevel
  *
- * @filesource   EccLevel.php
  * @created      19.11.2020
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
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 <smiley@chillerlan.net>
  * @copyright    2021 Smiley

+ 0 - 2
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 <smiley@chillerlan.net>
  * @copyright    2021 Smiley

+ 0 - 2
src/Common/MaskPattern.php

@@ -2,9 +2,7 @@
 /**
  * Class MaskPattern
  *
- * @filesource   MaskPattern.php
  * @created      19.01.2021
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2021 smiley
  * @license      MIT

+ 0 - 2
src/Common/Mode.php

@@ -2,9 +2,7 @@
 /**
  * Class Mode
  *
- * @filesource   Mode.php
  * @created      19.11.2020
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
src/Common/ReedSolomonEncoder.php

@@ -2,9 +2,7 @@
 /**
  * Class ReedSolomonEncoder
  *
- * @filesource   ReedSolomonEncoder.php
  * @created      07.01.2021
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2021 smiley
  * @license      MIT

+ 0 - 2
src/Common/Version.php

@@ -2,9 +2,7 @@
 /**
  * Class Version
  *
- * @filesource   Version.php
  * @created      19.11.2020
- * @package      chillerlan\QRCode\Common
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
src/Data/AlphaNum.php

@@ -2,9 +2,7 @@
 /**
  * Class AlphaNum
  *
- * @filesource   AlphaNum.php
  * @created      25.11.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/Byte.php

@@ -2,9 +2,7 @@
 /**
  * Class Byte
  *
- * @filesource   Byte.php
  * @created      25.11.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/ECI.php

@@ -2,9 +2,7 @@
 /**
  * Class ECI
  *
- * @filesource   ECI.php
  * @created      20.11.2020
- * @package      chillerlan\QRCode\Data
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
src/Data/Kanji.php

@@ -2,9 +2,7 @@
 /**
  * Class Kanji
  *
- * @filesource   Kanji.php
  * @created      25.11.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/MaskPatternTester.php

@@ -2,9 +2,7 @@
 /**
  * Class MaskPatternTester
  *
- * @filesource   MaskPatternTester.php
  * @created      22.11.2017
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
src/Data/Number.php

@@ -2,9 +2,7 @@
 /**
  * Class Number
  *
- * @filesource   Number.php
  * @created      26.11.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/QRCodeDataException.php

@@ -2,9 +2,7 @@
 /**
  * Class QRCodeDataException
  *
- * @filesource   QRCodeDataException.php
  * @created      09.12.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/QRData.php

@@ -2,9 +2,7 @@
 /**
  * Class QRData
  *
- * @filesource   QRData.php
  * @created      25.11.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/QRDataModeAbstract.php

@@ -2,9 +2,7 @@
 /**
  * Class QRDataModeAbstract
  *
- * @filesource   QRDataModeAbstract.php
  * @created      19.11.2020
- * @package      chillerlan\QRCode\Data
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
src/Data/QRDataModeInterface.php

@@ -2,9 +2,7 @@
 /**
  * Interface QRDataModeInterface
  *
- * @filesource   QRDataModeInterface.php
  * @created      01.12.2015
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Data/QRMatrix.php

@@ -2,9 +2,7 @@
 /**
  * Class QRMatrix
  *
- * @filesource   QRMatrix.php
  * @created      15.11.2017
- * @package      chillerlan\QRCode\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
src/Output/QRCodeOutputException.php

@@ -2,9 +2,7 @@
 /**
  * Class QRCodeOutputException
  *
- * @filesource   QRCodeOutputException.php
  * @created      09.12.2015
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 2 - 5
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;

+ 0 - 2
src/Output/QRImage.php

@@ -2,9 +2,7 @@
 /**
  * Class QRImage
  *
- * @filesource   QRImage.php
  * @created      05.12.2015
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Output/QRImagick.php

@@ -2,9 +2,7 @@
 /**
  * Class QRImagick
  *
- * @filesource   QRImagick.php
  * @created      04.07.2018
- * @package      chillerlan\QRCode\Output
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2018 smiley
  * @license      MIT

+ 0 - 2
src/Output/QRMarkup.php

@@ -2,9 +2,7 @@
 /**
  * Class QRMarkup
  *
- * @filesource   QRMarkup.php
  * @created      17.12.2016
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2016 Smiley
  * @license      MIT

+ 2 - 2
src/Output/QROutputAbstract.php

@@ -2,9 +2,7 @@
 /**
  * Class QROutputAbstract
  *
- * @filesource   QROutputAbstract.php
  * @created      09.12.2015
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @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;

+ 0 - 2
src/Output/QROutputInterface.php

@@ -2,9 +2,7 @@
 /**
  * Interface QROutputInterface,
  *
- * @filesource   QROutputInterface.php
  * @created      02.12.2015
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/Output/QRString.php

@@ -2,9 +2,7 @@
 /**
  * Class QRString
  *
- * @filesource   QRString.php
  * @created      05.12.2015
- * @package      chillerlan\QRCode\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/QRCode.php

@@ -2,9 +2,7 @@
 /**
  * Class QRCode
  *
- * @filesource   QRCode.php
  * @created      26.11.2015
- * @package      chillerlan\QRCode
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/QRCodeException.php

@@ -2,9 +2,7 @@
 /**
  * Class QRCodeException
  *
- * @filesource   QRCodeException.php
  * @created      27.11.2015
- * @package      chillerlan\QRCode
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/QROptions.php

@@ -2,9 +2,7 @@
 /**
  * Class QROptions
  *
- * @filesource   QROptions.php
  * @created      08.12.2015
- * @package      chillerlan\QRCode
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
src/QROptionsTrait.php

@@ -2,9 +2,7 @@
 /**
  * Trait QROptionsTrait
  *
- * @filesource   QROptionsTrait.php
  * @created      10.03.2018
- * @package      chillerlan\QRCode
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2018 smiley
  * @license      MIT

+ 0 - 2
tests/Common/BitBufferTest.php

@@ -2,9 +2,7 @@
 /**
  * Class BitBufferTest
  *
- * @filesource   BitBufferTest.php
  * @created      08.02.2016
- * @package      chillerlan\QRCodeTest\Common
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2015 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/AlphaNumTest.php

@@ -2,9 +2,7 @@
 /**
  * Class AlphaNumTest
  *
- * @filesource   AlphaNumTest.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/ByteTest.php

@@ -2,9 +2,7 @@
 /**
  * Class ByteTest
  *
- * @filesource   ByteTest.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/DatainterfaceTestAbstract.php

@@ -2,9 +2,7 @@
 /**
  * Class DatainterfaceTestAbstract
  *
- * @filesource   DatainterfaceTestAbstract.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/KanjiTest.php

@@ -2,9 +2,7 @@
 /**
  * Class KanjiTest
  *
- * @filesource   KanjiTest.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/MaskPatternTesterTest.php

@@ -2,9 +2,7 @@
 /**
  * Class MaskPatternTesterTest
  *
- * @filesource   MaskPatternTesterTest.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/NumberTest.php

@@ -2,9 +2,7 @@
 /**
  * Class NumberTest
  *
- * @filesource   NumberTest.php
  * @created      24.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Data/QRMatrixTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRMatrixTest
  *
- * @filesource   QRMatrixTest.php
  * @created      17.11.2017
- * @package      chillerlan\QRCodeTest\Data
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Output/QRFpdfTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRFpdfTest
  *
- * @filesource   QRFpdfTest.php
  * @created      03.06.2020
- * @package      chillerlan\QRCodeTest\Output
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2020 smiley
  * @license      MIT

+ 0 - 2
tests/Output/QRImageTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRImageTest
  *
- * @filesource   QRImageTest.php
  * @created      24.12.2017
- * @package      chillerlan\QRCodeTest\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Output/QRImagickTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRImagickTest
  *
- * @filesource   QRImagickTest.php
  * @created      04.07.2018
- * @package      chillerlan\QRCodeTest\Output
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2018 smiley
  * @license      MIT

+ 0 - 2
tests/Output/QRMarkupTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRMarkupTest
  *
- * @filesource   QRMarkupTest.php
  * @created      24.12.2017
- * @package      chillerlan\QRCodeTest\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Output/QROutputTestAbstract.php

@@ -2,9 +2,7 @@
 /**
  * Class QROutputTestAbstract
  *
- * @filesource   QROutputTestAbstract.php
  * @created      24.12.2017
- * @package      chillerlan\QRCodeTest\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/Output/QRStringTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRStringTest
  *
- * @filesource   QRStringTest.php
  * @created      24.12.2017
- * @package      chillerlan\QRCodeTest\Output
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/QRCodeTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QRCodeTest
  *
- * @filesource   QRCodeTest.php
  * @created      17.11.2017
- * @package      chillerlan\QRCodeTest
  * @author       Smiley <smiley@chillerlan.net>
  * @copyright    2017 Smiley
  * @license      MIT

+ 0 - 2
tests/QROptionsTest.php

@@ -2,9 +2,7 @@
 /**
  * Class QROptionsTest
  *
- * @filesource   QROptionsTest.php
  * @created      08.11.2018
- * @package      chillerlan\QRCodeTest
  * @author       smiley <smiley@chillerlan.net>
  * @copyright    2018 smiley
  * @license      MIT