Completed
Push — master ( 35046b...d215ab )
by Mikołaj
03:13
created
src/Controller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     /**
34 34
      * @param string $name Item name
35 35
      *
36
-     * @return mixed Item from container
36
+     * @return \PDO Item from container
37 37
      */
38 38
     public function get($name)
39 39
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * @param string $path Path to redirect
78 78
      * @param string $type Message type
79
-     * @param mixed  $message Message content
79
+     * @param string  $message Message content
80 80
      *
81 81
      * @return void
82 82
      */
Please login to merge, or discard this patch.
src/Themes/MaterialDesignLite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class MaterialDesignLite extends BaseTemplate implements TemplateInterface
9 9
 {
10
-    protected $prefix  = '
10
+    protected $prefix = '
11 11
         var notification = document.querySelector(".mdl-js-snackbar");
12 12
         notification.MaterialSnackbar.showSnackbar({ message: "';
13 13
 
Please login to merge, or discard this patch.