Completed
Pull Request — master (#1)
by Saurabh
07:52 queued 06:09
created
src/ApiKey.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use BadMethodCallException;
6
+use GuzzleHttp\Client;
7 7
 use InvalidArgumentException;
8 8
 
9 9
 class ApiKey
Please login to merge, or discard this patch.
src/DocumentJob.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use BadMethodCallException;
6
+use GuzzleHttp\Client;
7 7
 
8 8
 class DocumentJob
9 9
 {
Please login to merge, or discard this patch.
src/DocumentProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use BadMethodCallException;
6
+use GuzzleHttp\Client;
7 7
 use UnexpectedValueException;
8 8
 
9 9
 class DocumentProvider
Please login to merge, or discard this patch.
src/ExternalLogin.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use BadMethodCallException;
6
+use GuzzleHttp\Client;
7 7
 use UnexpectedValueException;
8 8
 
9 9
 class ExternalLogin
Please login to merge, or discard this patch.
src/ExternalSign.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere;
4 4
 
5
-use GuzzleHttp\Client;
6 5
 use BadMethodCallException;
6
+use GuzzleHttp\Client;
7 7
 use UnexpectedValueException;
8 8
 
9 9
 class ExternalSign
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Carbon\Carbon;
6 6
 use Illuminate\Http\Request;
7
-use Sausin\Signere\Document;
8 7
 use Illuminate\Support\Facades\Config;
8
+use Sausin\Signere\Document;
9 9
 use Sausin\Signere\Http\Controllers\Controller;
10 10
 
11 11
 class DocumentController extends Controller
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentProviderCertificateController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
     /**
28 28
      * Gets the expires date for your BankID certificate.
29 29
      *
30
-     * @param  Request $request
31 30
      * @return \Illuminate\Http\Response
32 31
      */
33 32
     public function __invoke()
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentProviderController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Sausin\Signere\DocumentProvider;
7 6
 use Illuminate\Support\Facades\Config;
7
+use Sausin\Signere\DocumentProvider;
8 8
 use Sausin\Signere\Http\Controllers\Controller;
9 9
 
10 10
 class DocumentProviderController extends Controller
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/EventsController.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
      * Returns the EventsQueue encryptionKey
29 29
      * as a base64 encoded string.
30 30
      *
31
-     * @param  Request $request
32 31
      * @return \Illuminate\Http\Response
33 32
      */
34 33
     public function __invoke()
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5
-use Sausin\Signere\Events;
6 5
 use Illuminate\Http\Request;
6
+use Sausin\Signere\Events;
7 7
 use Sausin\Signere\Http\Controllers\Controller;
8 8
 
9 9
 class EventsController extends Controller
Please login to merge, or discard this patch.