Completed
Pull Request — master (#36)
by
unknown
02:11
created
src/DM/AjaxCom/Responder/Container/Container.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@  discard block
 block discarded – undo
43 43
      * Append html to container
44 44
      *
45 45
      * @var string $html
46
+     * @param string $html
46 47
      * @return Container
47 48
      */
48 49
 
@@ -86,6 +87,7 @@  discard block
 block discarded – undo
86 87
      * Sets inner html of container
87 88
      *
88 89
      * @var string $html
90
+     * @param string $html
89 91
      * @return Container
90 92
      */
91 93
     public function html($html)
Please login to merge, or discard this patch.
example/backend.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 $query = '';
7 7
 
8 8
 if (!empty($_GET['q'])) {
9
-   $query = strtolower($_GET['q']); 
9
+    $query = strtolower($_GET['q']); 
10 10
 }
11 11
 
12 12
 if (!empty($_GET['id'])) {
Please login to merge, or discard this patch.