mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-20 16:40:25 +00:00
:octocat: fix PHPCS config, add Slevomat rules
This commit is contained in:
@@ -44,9 +44,6 @@ abstract class QRDataModeAbstract implements QRDataModeInterface{
|
||||
return strlen($this->data);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
public static function convertEncoding(string $string):string{
|
||||
return $string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user