Completed
Push — master ( bcb82e...80085e )
by vijay
07:39
created
app/Http/Controllers/Common/TemplateController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      *
111 111
      * @param \App\Http\Requests\helpdesk\TemplateRequest $request
112 112
      *
113
-     * @return type redirect
113
+     * @return \Illuminate\Http\RedirectResponse redirect
114 114
      */
115 115
     public function store(TemplateRequest $request)
116 116
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
      * @param type                                      $id
150 150
      * @param \App\Http\Requests\helpdesk\TemplateUdate $request
151 151
      *
152
-     * @return type
152
+     * @return \Illuminate\Http\RedirectResponse
153 153
      */
154 154
     public function update($id, TemplateUdate $request)
155 155
     {
@@ -167,7 +167,6 @@  discard block
 block discarded – undo
167 167
     /**
168 168
      * function to delete a template.
169 169
      *
170
-     * @param int $id
171 170
      *
172 171
      * @return Response
173 172
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Common/TemplateSetController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      *
54 54
      * @param \Illuminate\Http\Request $request
55 55
      *
56
-     * @return \Illuminate\Http\Response
56
+     * @return \Illuminate\Http\RedirectResponse
57 57
      */
58 58
     public function store(TemplateSet $sets, TemplateSetRequest $request)
59 59
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      *
77 77
      * @param int $id
78 78
      *
79
-     * @return \Illuminate\Http\Response
79
+     * @return \Illuminate\Http\RedirectResponse
80 80
      */
81 81
     public function activateSet($id)
82 82
     {
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      *
100 100
      * @param int $id
101 101
      *
102
-     * @return \Illuminate\Http\Response
102
+     * @return null|\Illuminate\Http\RedirectResponse
103 103
      */
104 104
     public function show($id)
105 105
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Installer/helpdesk/InstallController.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Post Licencecheck.
63 63
      *
64
-     * @return type view
64
+     * @return \Illuminate\Http\RedirectResponse view
65 65
      */
66 66
     public function licencecheck(Request $request)
67 67
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      * Post Prerequisitescheck
99 99
      * checking prerequisites.
100 100
      *
101
-     * @return type view
101
+     * @return \Illuminate\Http\RedirectResponse view
102 102
      */
103 103
     public function prerequisitescheck(Request $request)
104 104
     {
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      * Post localizationcheck
128 128
      * checking prerequisites.
129 129
      *
130
-     * @return type view
130
+     * @return \Illuminate\Http\RedirectResponse view
131 131
      */
132 132
     public function localizationcheck(Request $request)
133 133
     {
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
      * Post configurationcheck
163 163
      * checking prerequisites.
164 164
      *
165
-     * @return type view
165
+     * @return \Illuminate\Http\RedirectResponse view
166 166
      */
167 167
     public function configurationcheck(DatabaseRequest $request)
168 168
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     /**
182 182
      * postconnection.
183 183
      *
184
-     * @return type view
184
+     * @return integer view
185 185
      */
186 186
     public function postconnection(Request $request)
187 187
     {
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
      *
268 268
      * @param type InstallerRequest $request
269 269
      *
270
-     * @return type view
270
+     * @return \Illuminate\Http\RedirectResponse|null view
271 271
      */
272 272
     public function accountcheck(InstallerRequest $request)
273 273
     {
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
      * Post finalcheck
395 395
      * checking prerequisites.
396 396
      *
397
-     * @return type view
397
+     * @return \Illuminate\Http\RedirectResponse view
398 398
      */
399 399
     public function finalcheck()
400 400
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Job/MailController.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -24,6 +24,11 @@
 block discarded – undo
24 24
         return $form;
25 25
     }
26 26
 
27
+    /**
28
+     * @param string $label
29
+     * @param string $name
30
+     * @param string $class
31
+     */
27 32
     public function form($label, $name, $class)
28 33
     {
29 34
         $mailid = \Input::get('emailid');
Please login to merge, or discard this patch.
app/Http/Controllers/Job/QueueController.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -172,6 +172,11 @@
 block discarded – undo
172 172
         }
173 173
     }
174 174
 
175
+    /**
176
+     * @param string $label
177
+     * @param string $name
178
+     * @param string $class
179
+     */
175 180
     public function form($short, $label, $name, $class, $placeholder = '')
176 181
     {
177 182
         $queueid = $this->getIdByShortName($short);
Please login to merge, or discard this patch.
app/Http/Controllers/Update/UpgradeController.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -207,6 +207,9 @@  discard block
 block discarded – undo
207 207
         exit();
208 208
     }
209 209
 
210
+    /**
211
+     * @param string $key
212
+     */
210 213
     public function deleteBarNotification($key)
211 214
     {
212 215
         try {
@@ -342,6 +345,9 @@  discard block
 block discarded – undo
342 345
         }
343 346
     }
344 347
 
348
+    /**
349
+     * @param string $url
350
+     */
345 351
     public function postDownloadCurl($url, $data)
346 352
     {
347 353
         try {
Please login to merge, or discard this patch.
app/Http/Controllers/Utility/LibraryController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         }
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $data
57
+     */
55 58
     public static function encryptByFaveoPublicKey($data)
56 59
     {
57 60
         try {
Please login to merge, or discard this patch.
app/Http/helpers.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -1,10 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
+/**
4
+ * @param string $context
5
+ * @param string $message
6
+ */
3 7
 function loging($context, $message, $level = 'error', $array = [])
4 8
 {
5 9
     \Log::$level($message.':-:-:-'.$context, $array);
6 10
 }
7 11
 
12
+/**
13
+ * @param string $key
14
+ */
8 15
 function checkArray($key, $array)
9 16
 {
10 17
     $value = '';
Please login to merge, or discard this patch.
app/Http/Requests/helpdesk/ClientRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      *@category Funcion to set rule if send opt is enabled
119 119
      *
120
-     *@param object $settings (instance of Model common settings)
120
+     *@param CommonSettings $settings (instance of Model common settings)
121 121
      *
122 122
      *@author [email protected]
123 123
      *
Please login to merge, or discard this patch.