Completed
Push — master ( 5cb0a6...bc4d07 )
by Maxime
03:02
created
src/Distilleries/Expendable/Helpers/Security.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,6 +296,10 @@  discard block
 block discarded – undo
296 296
       * @param boolean $is_image TRUE if this is an image
297 297
       * @return string The string with the evil attributes removed
298 298
       */
299
+
300
+    /**
301
+     * @param boolean $evilAttribute
302
+     */
299 303
     protected function _remove_evil_attributes($str, $is_image, $evilAttribute)
300 304
     {
301 305
         // All javascript event handlers (e.g. onload, onclick, onmouseover), style, and xmlns
@@ -419,7 +423,7 @@  discard block
 block discarded – undo
419 423
      * things like j a v a s c r i p t
420 424
      *
421 425
      * @param    type
422
-     * @return    type
426
+     * @return    string
423 427
      */
424 428
     protected function _compact_exploded_words($matches)
425 429
     {
Please login to merge, or discard this patch.
src/Distilleries/Expendable/Http/Middleware/LanguageDetector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @param \Illuminate\Http\Request $request
22 22
      * @param \Closure $next
23
-     * @return mixed
23
+     * @return \Illuminate\Http\RedirectResponse
24 24
      */
25 25
     public function handle($request, Closure $next)
26 26
     {
Please login to merge, or discard this patch.