Completed
Push — master ( 46a71e...cf5726 )
by Saurabh
01:52
created
src/Http/Controllers/Admin/DocumentController.php 1 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/DocumentFileController.php 1 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
      * Returns the signed pdf document as a file.
30 30
      *
31 31
      * @param  string $documentId
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function show(string $documentId)
35 35
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * Creates a temporary url to a document.
43 43
      *
44 44
      * @param  Request $request
45
-     * @return \Illuminate\Http\Response
45
+     * @return string
46 46
      */
47 47
     public function store(Request $request)
48 48
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentJobController.php 1 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
      * object containing the document job parameters.
30 30
      *
31 31
      * @param  string $jobId
32
-     * @return \Illuminate\Http\Response
32
+     * @return string
33 33
      */
34 34
     public function show(string $jobId)
35 35
     {
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      * object containing the document job parameters.
44 44
      *
45 45
      * @param  Request $request
46
-     * @return \Illuminate\Http\Response
46
+     * @return string
47 47
      */
48 48
     public function store(Request $request)
49 49
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentProviderCertificateController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Gets the expires date for your BankID certificate.
29 29
      *
30
-     * @param  Request $request
31
-     * @return \Illuminate\Http\Response
30
+     * @return string
32 31
      */
33 32
     public function __invoke()
34 33
     {
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/DocumentProviderController.php 1 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 1 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 1 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 1 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/InvoiceController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @param  int    $year
30 30
      * @param  int    $month
31
-     * @return \Illuminate\Http\Response
31
+     * @return string
32 32
      */
33 33
     public function __invoke(int $year, int $month)
34 34
     {
Please login to merge, or discard this patch.