mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-16 20:56:28 +00:00
🚿 imports (why can't u do this yet PHPStorm???)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace chillerlan\QRCode\Data;
|
||||
|
||||
use function abs, call_user_func;
|
||||
use function abs, array_search, call_user_func, min;
|
||||
|
||||
/**
|
||||
* Receives a QRDataInterface object and runs the mask pattern tests on it.
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ use chillerlan\QRCode\Output\{
|
||||
};
|
||||
use chillerlan\Settings\SettingsContainerInterface;
|
||||
|
||||
use function array_search, call_user_func_array, class_exists, in_array, mb_internal_encoding, min, ord, strlen;
|
||||
use function call_user_func_array, class_exists, in_array, mb_internal_encoding, ord, strlen;
|
||||
|
||||
/**
|
||||
* Turns a text string into a Model 2 QR Code
|
||||
|
||||
Reference in New Issue
Block a user