소스 검색

:fire: removed superfluous "param" and "return" from docblocks

codemasher 6 년 전
부모
커밋
988102c9f2
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      src/QRCode.php

+ 0 - 7
src/QRCode.php

@@ -88,19 +88,12 @@ class QRCode{
 		],
 	];
 
-	/**
-	 * @var \chillerlan\QRCode\QROptions
-	 */
 	protected QROptions $options;
 
-	/**
-	 * @var \chillerlan\QRCode\Data\QRDataInterface
-	 */
 	protected QRDataInterface $dataInterface;
 
 	/**
 	 * @see http://php.net/manual/function.mb-internal-encoding.php
-	 * @var string
 	 */
 	protected string $mbCurrentEncoding;