Completed
Branch master (fd6dc6)
by Romain
05:02
created
src/Push.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
      * Constructor
18 18
      *
19 19
      * @param AdapterInterface $adapter [description]
20
-     * @param array $config Array of configuration settings
21 20
      */
22 21
     public function __construct(AdapterInterface $adapter)
23 22
     {
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ker0x\Push;
4 4
 
5
-use Cake\Core\InstanceConfigTrait;
6
-use Cake\Network\Http\Client;
7
-
8 5
 class Push
9 6
 {
10 7
 
Please login to merge, or discard this patch.