Completed
Pull Request — develop (#280)
by
unknown
11:07
created
module/Applications/src/Applications/Options/ModuleOptions.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     protected $workflow = [
82 82
 
83
-      'recruiter',
83
+        'recruiter',
84 84
     ];
85 85
     
86 86
     /**
@@ -218,13 +218,13 @@  discard block
 block discarded – undo
218 218
     }
219 219
     
220 220
     /**
221
-	 * @return boolean
222
-	 * @since 0.27
223
-	 */
224
-	public function getAllowSubsequentAttachmentUpload()
225
-	{
226
-		return $this->allowSubsequentAttachmentUpload;
227
-	}
221
+     * @return boolean
222
+     * @since 0.27
223
+     */
224
+    public function getAllowSubsequentAttachmentUpload()
225
+    {
226
+        return $this->allowSubsequentAttachmentUpload;
227
+    }
228 228
 
229 229
     /**
230 230
      * @param boolean $allowSubsequentAttachmentUpload
Please login to merge, or discard this patch.
module/Core/src/Core/Form/View/Helper/FormFileUpload.php 1 patch
Indentation   +71 added lines, -71 removed lines patch added patch discarded remove patch
@@ -121,11 +121,11 @@  discard block
 block discarded – undo
121 121
 
122 122
             return str_replace(
123 123
                 array('#abort',
124
-                      '__file-uri__',
125
-                      '__file-name__',
126
-                      '__file-size__',
127
-                      'fu-working',
128
-                      'fa-file-o'
124
+                        '__file-uri__',
125
+                        '__file-name__',
126
+                        '__file-size__',
127
+                        'fu-working',
128
+                        'fa-file-o'
129 129
                 ),
130 130
                 array("$uri?do=delete", $uri, $name, $size, '', $icon),
131 131
                 $template
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
             '<div class="fu-nonempty-notice"' . ('' == trim($preview) ? ' style="display:none;"' : '') . '>'
150 150
             . $this->getNonEmptyNotice() . '</div>';
151 151
         $emptynotice    = '<div class="fu-empty-notice"'
152
-                          . ('' == trim($preview) ? '' : ' style="display: none;"') . '>
152
+                            . ('' == trim($preview) ? '' : ' style="display: none;"') . '>
153 153
                        ' . $this->getEmptyNotice() . '
154 154
                   </div>';
155 155
 
@@ -238,90 +238,90 @@  discard block
 block discarded – undo
238 238
     }
239 239
     
240 240
     /**
241
-	 * @param string $emptyNotice
242
-	 * @return FormFileUpload
243
-	 * @since 0.27
244
-	 */
245
-	public function setEmptyNotice($emptyNotice)
246
-	{
247
-		$this->emptyNotice = $emptyNotice;
241
+     * @param string $emptyNotice
242
+     * @return FormFileUpload
243
+     * @since 0.27
244
+     */
245
+    public function setEmptyNotice($emptyNotice)
246
+    {
247
+        $this->emptyNotice = $emptyNotice;
248 248
 		
249
-		return $this;
250
-	}
249
+        return $this;
250
+    }
251 251
     
252 252
     /**
253
-	 * @return string
254
-	 * @since 0.27
255
-	 */
256
-	protected function getEmptyNotice()
257
-	{
258
-	    if (!isset($this->emptyNotice))
259
-	    {
260
-	        $this->emptyNotice = '
253
+     * @return string
254
+     * @since 0.27
255
+     */
256
+    protected function getEmptyNotice()
257
+    {
258
+        if (!isset($this->emptyNotice))
259
+        {
260
+            $this->emptyNotice = '
261 261
 	            <div class="pull-left">
262 262
                     <span class="yk-icon fa-files-o fa-5x"></span>
263 263
                 </div>' . $this->getDefaultNotice();
264
-	    }
264
+        }
265 265
 	    
266
-		return $this->emptyNotice;
267
-	}
266
+        return $this->emptyNotice;
267
+    }
268 268
 
269 269
     /**
270
-	 * @param string $nonEmptyNotice
271
-	 * @return FormFileUpload
272
-	 * @since 0.27
273
-	 */
274
-	public function setNonEmptyNotice($nonEmptyNotice)
275
-	{
276
-		$this->nonEmptyNotice = $nonEmptyNotice;
270
+     * @param string $nonEmptyNotice
271
+     * @return FormFileUpload
272
+     * @since 0.27
273
+     */
274
+    public function setNonEmptyNotice($nonEmptyNotice)
275
+    {
276
+        $this->nonEmptyNotice = $nonEmptyNotice;
277 277
 		
278
-		return $this;
279
-	}
278
+        return $this;
279
+    }
280 280
 
281 281
     /**
282
-	 * @return string
283
-	 * @since 0.27
284
-	 */
285
-	protected function getNonEmptyNotice()
286
-	{
287
-	    if (!isset($this->nonEmptyNotice))
288
-	    {
289
-	        $this->nonEmptyNotice = $this->getDefaultNotice();
290
-	    }
282
+     * @return string
283
+     * @since 0.27
284
+     */
285
+    protected function getNonEmptyNotice()
286
+    {
287
+        if (!isset($this->nonEmptyNotice))
288
+        {
289
+            $this->nonEmptyNotice = $this->getDefaultNotice();
290
+        }
291 291
 	    
292
-		return $this->nonEmptyNotice;
293
-	}
292
+        return $this->nonEmptyNotice;
293
+    }
294 294
 
295 295
     /**
296
-	 * @return string
297
-	 * @since 0.27
298
-	 */
299
-	protected function getDefaultNotice()
300
-	{
301
-		return '<small>' . $this->getTranslator()->translate('Click here to add files or use drag and drop.') . '</small>';
302
-	}
296
+     * @return string
297
+     * @since 0.27
298
+     */
299
+    protected function getDefaultNotice()
300
+    {
301
+        return '<small>' . $this->getTranslator()->translate('Click here to add files or use drag and drop.') . '</small>';
302
+    }
303 303
 	
304 304
     /**
305
-	 * @param boolean $allowRemove
306
-	 * @return FormFileUpload
307
-	 * @since 0.27
308
-	 */
309
-	public function setAllowRemove($allowRemove)
310
-	{
311
-		$this->allowRemove = (bool)$allowRemove;
305
+     * @param boolean $allowRemove
306
+     * @return FormFileUpload
307
+     * @since 0.27
308
+     */
309
+    public function setAllowRemove($allowRemove)
310
+    {
311
+        $this->allowRemove = (bool)$allowRemove;
312 312
 		
313
-		return $this;
314
-	}
313
+        return $this;
314
+    }
315 315
 	
316 316
     /**
317
-	 * @param boolean $allowClickableDropZone
318
-	 * @return FormFileUpload
319
-	 * @since 0.27
320
-	 */
321
-	public function setAllowClickableDropZone($allowClickableDropZone)
322
-	{
323
-		$this->allowClickableDropZone = (bool)$allowClickableDropZone;
317
+     * @param boolean $allowClickableDropZone
318
+     * @return FormFileUpload
319
+     * @since 0.27
320
+     */
321
+    public function setAllowClickableDropZone($allowClickableDropZone)
322
+    {
323
+        $this->allowClickableDropZone = (bool)$allowClickableDropZone;
324 324
 		
325
-		return $this;
326
-	}
325
+        return $this;
326
+    }
327 327
 }
Please login to merge, or discard this patch.