瀏覽代碼

:shower: imports (why can't u do this yet PHPStorm???)

codemasher 5 年之前
父節點
當前提交
7f77772075
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/Data/MaskPatternTester.php
  2. 1 1
      src/QRCode.php

+ 1 - 1
src/Data/MaskPatternTester.php

@@ -12,7 +12,7 @@
 
 
 namespace chillerlan\QRCode\Data;
 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.
  * Receives a QRDataInterface object and runs the mask pattern tests on it.

+ 1 - 1
src/QRCode.php

@@ -20,7 +20,7 @@ use chillerlan\QRCode\Output\{
 };
 };
 use chillerlan\Settings\SettingsContainerInterface;
 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
  * Turns a text string into a Model 2 QR Code