Completed
Push — master ( 15ce87...ea53d5 )
by Bhanu
71:12 queued 36:53
created
app/Events/SmsIntegration.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Create a new event instance.
16 16
      *
17
+     * @param \Illuminate\Http\Request $para
17 18
      * @return void
18 19
      */
19 20
     public function __construct($para)
Please login to merge, or discard this patch.
app/Http/Controllers/Front/WidgetController.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@
 block discarded – undo
92 92
     /**
93 93
      * Remove the specified resource from storage.
94 94
      *
95
-     * @param int $id
96 95
      *
97 96
      * @return Response
98 97
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Payment/CurrencyController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Store a newly created resource in storage.
115 115
      *
116
-     * @return Response
116
+     * @return \Illuminate\Http\RedirectResponse
117 117
      */
118 118
     public function store(Request $request)
119 119
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
      *
156 156
      * @param int $id
157 157
      *
158
-     * @return Response
158
+     * @return \Illuminate\Http\RedirectResponse|null
159 159
      */
160 160
     public function update($id, Request $request)
161 161
     {
@@ -171,7 +171,6 @@  discard block
 block discarded – undo
171 171
     /**
172 172
      * Remove the specified resource from storage.
173 173
      *
174
-     * @param int $id
175 174
      *
176 175
      * @return Response
177 176
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Payment/PromotionController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     /**
100 100
      * Store a newly created resource in storage.
101 101
      *
102
-     * @return Response
102
+     * @return \Illuminate\Http\RedirectResponse
103 103
      */
104 104
     public function store(PromotionRequest $request)
105 105
     {
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      *
170 170
      * @param int $id
171 171
      *
172
-     * @return Response
172
+     * @return \Illuminate\Http\RedirectResponse
173 173
      */
174 174
     public function update($id, PromotionRequest $request)
175 175
     {
@@ -196,7 +196,6 @@  discard block
 block discarded – undo
196 196
     /**
197 197
      * Remove the specified resource from storage.
198 198
      *
199
-     * @param int $id
200 199
      *
201 200
      * @return Response
202 201
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Payment/TaxController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Store a newly created resource in storage.
94 94
      *
95
-     * @return Response
95
+     * @return \Illuminate\Http\RedirectResponse
96 96
      */
97 97
     public function store(TaxRequest $request)
98 98
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      *
141 141
      * @param int $id
142 142
      *
143
-     * @return Response
143
+     * @return \Illuminate\Http\RedirectResponse
144 144
      */
145 145
     public function update($id, Request $request)
146 146
     {
@@ -157,7 +157,6 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Remove the specified resource from storage.
159 159
      *
160
-     * @param int $id
161 160
      *
162 161
      * @return Response
163 162
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Product/AddonController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     /**
85 85
      * Store a newly created resource in storage.
86 86
      *
87
-     * @return Response
87
+     * @return \Illuminate\Http\RedirectResponse
88 88
      */
89 89
     public function store(AddonRequest $request)
90 90
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      *
146 146
      * @param int $id
147 147
      *
148
-     * @return Response
148
+     * @return \Illuminate\Http\RedirectResponse
149 149
      */
150 150
     public function update($id, AddonRequest $request)
151 151
     {
@@ -178,7 +178,6 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * Remove the specified resource from storage.
180 180
      *
181
-     * @param int $id
182 181
      *
183 182
      * @return Response
184 183
      */
Please login to merge, or discard this patch.
app/Http/Controllers/Product/PlanController.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * Store a newly created resource in storage.
70 70
      *
71
-     * @return Response
71
+     * @return \Illuminate\Http\RedirectResponse
72 72
      */
73 73
     public function store(Request $request)
74 74
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @param int $id
111 111
      *
112
-     * @return Response
112
+     * @return \Illuminate\Http\RedirectResponse
113 113
      */
114 114
     public function update($id, Request $request)
115 115
     {
@@ -122,7 +122,6 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Remove the specified resource from storage.
124 124
      *
125
-     * @param int $id
126 125
      *
127 126
      * @return Response
128 127
      */
Please login to merge, or discard this patch.
app/Plugins/Ccavanue/Controllers/Crypto.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -39,6 +39,9 @@
 block discarded – undo
39 39
 
40 40
     //*********** Padding Function *********************
41 41
 
42
+     /**
43
+      * @param integer $blockSize
44
+      */
42 45
      public function pkcs5_pad($plainText, $blockSize)
43 46
      {
44 47
          $pad = $blockSize - (strlen($plainText) % $blockSize);
Please login to merge, or discard this patch.
public/cart/vendor/rs-plugin/php/flickr/class-flickr.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,6 @@
 block discarded – undo
207 207
 	 *
208 208
 	 * @since    1.0.0
209 209
 	 * @param    string    $gallery_url URL of the Gallery
210
-	 * @param    int       $item_count 	number of photos to pull
211 210
 	 */
212 211
 	public function get_gallery_from_url($gallery_url){
213 212
 		//gallery params
Please login to merge, or discard this patch.