Passed
Pull Request — master (#640)
by mingyoung
06:26
created
src/Device/Device.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@
 block discarded – undo
61 61
     /**
62 62
      * Send message to device.
63 63
      *
64
-     * @param int $sceneValue
65 64
      *
66 65
      * @return \EasyWeChat\Support\Collection
67 66
      */
Please login to merge, or discard this patch.
src/Server/Guard.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use EasyWeChat\Message\Text;
31 31
 use EasyWeChat\Support\Collection;
32 32
 use EasyWeChat\Support\Log;
33
-use EasyWeChat\Support\Str;
34 33
 use EasyWeChat\Support\XML;
35 34
 use Symfony\Component\HttpFoundation\Request;
36 35
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.