Completed
Push — master ( 46a71e...cf5726 )
by Saurabh
01:52
created
src/Http/Controllers/Admin/DocumentController.php 2 patches
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.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      *
45 45
      * @param  string $documentId
46 46
      * @param  string $signeeRefId
47
-     * @return \Illuminate\Http\Response
47
+     * @return string
48 48
      */
49 49
     public function show(string $documentId, string $signeeRefId)
50 50
     {
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * a document response object.
59 59
      *
60 60
      * @param  Request $request
61
-     * @return \Illuminate\Http\Response
61
+     * @return string
62 62
      */
63 63
     public function store(Request $request)
64 64
     {
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      *
82 82
      * @param  Request $request
83 83
      * @param  string  $documentId
84
-     * @return \Illuminate\Http\Response
84
+     * @return string
85 85
      */
86 86
     public function update(Request $request, string $documentId)
87 87
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param  Request $request
112 112
      * @param  string  $documentId
113
-     * @return \Illuminate\Http\Response
113
+     * @return string
114 114
      */
115 115
     public function destroy(Request $request, string $documentId)
116 116
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentProviderController.php 2 patches
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.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * Retrieves a document provider account.
30 30
      *
31
-     * @return \Illuminate\Http\Response
31
+     * @return string
32 32
      */
33 33
     public function index()
34 34
     {
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * Retrieves usage for this account.
42 42
      *
43
-     * @return \Illuminate\Http\Response
43
+     * @return string
44 44
      */
45 45
     public function show()
46 46
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * for submitting documents.
55 55
      *
56 56
      * @param  Request $request
57
-     * @return \Illuminate\Http\Response
57
+     * @return string
58 58
      */
59 59
     public function store(Request $request)
60 60
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      * document provider account.
128 128
      *
129 129
      * @param  Request $request
130
-     * @return \Illuminate\Http\Response
130
+     * @return string
131 131
      */
132 132
     public function update(Request $request)
133 133
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/EventsController.php 2 patches
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.
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,7 @@
 block discarded – undo
28 28
      * Returns the EventsQueue encryptionKey
29 29
      * as a base64 encoded string.
30 30
      *
31
-     * @param  Request $request
32
-     * @return \Illuminate\Http\Response
31
+     * @return string
33 32
      */
34 33
     public function __invoke()
35 34
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/ExternalMessagesController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5
-use Sausin\Signere\Message;
6 5
 use Illuminate\Http\Request;
7 6
 use Sausin\Signere\Http\Controllers\Controller;
7
+use Sausin\Signere\Message;
8 8
 
9 9
 class ExternalMessagesController extends Controller
10 10
 {
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * with a link/URL to view a document.
30 30
      *
31 31
      * @param  Request $request
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function __invoke(Request $request)
35 35
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/ExternalSignController.php 2 patches
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\ExternalSign;
7 6
 use Illuminate\Support\Facades\Config;
7
+use Sausin\Signere\ExternalSign;
8 8
 use Sausin\Signere\Http\Controllers\Controller;
9 9
 
10 10
 class ExternalSignController extends Controller
Please login to merge, or discard this patch.
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * Get the URLs to sign the Document.
30 30
      *
31 31
      * @param  string $documentId
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function index(string $documentId)
35 35
     {
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      * @param  string $documentId
45 45
      * @param  string $domain
46 46
      * @param  string $language
47
-     * @return \Illuminate\Http\Response
47
+     * @return string
48 48
      */
49 49
     public function show(string $documentId, string $domain, string $language)
50 50
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      * Creates an externalsign request.
58 58
      *
59 59
      * @param  Request $request
60
-     * @return \Illuminate\Http\Response
60
+     * @return string
61 61
      */
62 62
     public function store(Request $request)
63 63
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/MessagesController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5
-use Sausin\Signere\Message;
6 5
 use Illuminate\Http\Request;
7 6
 use Sausin\Signere\Http\Controllers\Controller;
7
+use Sausin\Signere\Message;
8 8
 
9 9
 class MessagesController extends Controller
10 10
 {
Please login to merge, or discard this patch.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * the given document id.
30 30
      *
31 31
      * @param  string $documentId
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function index(string $documentId)
35 35
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * Gets details for a specific message.
43 43
      *
44 44
      * @param  string $messageId
45
-     * @return \Illuminate\Http\Response
45
+     * @return string
46 46
      */
47 47
     public function show(string $messageId)
48 48
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      * Sends a message to all signees of a document.
56 56
      *
57 57
      * @param  Request $request
58
-     * @return \Illuminate\Http\Response
58
+     * @return string
59 59
      */
60 60
     public function store(Request $request)
61 61
     {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      * Sends a new message to the Signeeref if the first one failed.
96 96
      *
97 97
      * @param  Request $request
98
-     * @return \Illuminate\Http\Response
98
+     * @return string
99 99
      */
100 100
     public function update(Request $request)
101 101
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/PrimaryKeyRecoveryController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5
-use Sausin\Signere\ApiKey;
6 5
 use Illuminate\Http\Request;
7 6
 use Illuminate\Support\Facades\Config;
7
+use Sausin\Signere\ApiKey;
8 8
 use Sausin\Signere\Http\Controllers\Controller;
9 9
 
10 10
 class PrimaryKeyRecoveryController extends Controller
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      * Generates a new primary key and returns it.
30 30
      *
31 31
      * @param  Request $request
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function store(Request $request)
35 35
     {
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
      * Request new key generation.
45 45
      *
46 46
      * @param  Request $request
47
-     * @return \Illuminate\Http\Response
47
+     * @return string
48 48
      */
49 49
     public function update(Request $request)
50 50
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/ReceiverController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5 5
 use Illuminate\Http\Request;
6
-use Sausin\Signere\Receiver;
7 6
 use Illuminate\Support\Facades\Config;
8 7
 use Sausin\Signere\Http\Controllers\Controller;
8
+use Sausin\Signere\Receiver;
9 9
 
10 10
 class ReceiverController extends Controller
11 11
 {
Please login to merge, or discard this patch.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * Returns all receivers.
30 30
      *
31
-     * @return \Illuminate\Http\Response
31
+     * @return string
32 32
      */
33 33
     public function index()
34 34
     {
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * Returns the given receiver.
42 42
      *
43 43
      * @param  string $receiverId
44
-     * @return \Illuminate\Http\Response
44
+     * @return string
45 45
      */
46 46
     public function show(string $receiverId)
47 47
     {
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Create a receiver.
55 55
      *
56 56
      * @param  Request $request
57
-     * @return \Illuminate\Http\Response
57
+     * @return string
58 58
      */
59 59
     public function store(Request $request)
60 60
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      * Deletes one or many receivers.
97 97
      *
98 98
      * @param  Request $request
99
-     * @return \Illuminate\Http\Response
99
+     * @return string
100 100
      */
101 101
     public function destroy(Request $request)
102 102
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/SecondaryKeyRenewalController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Sausin\Signere\Http\Controllers\Admin;
4 4
 
5
-use Sausin\Signere\ApiKey;
6 5
 use Illuminate\Http\Request;
7 6
 use Illuminate\Support\Facades\Config;
7
+use Sausin\Signere\ApiKey;
8 8
 use Sausin\Signere\Http\Controllers\Controller;
9 9
 
10 10
 class SecondaryKeyRenewalController extends Controller
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Renew the secondary key.
30 30
      *
31 31
      * @param  Request $request
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function __invoke(Request $request)
35 35
     {
Please login to merge, or discard this patch.