Completed
Branch master (550f14)
by mazen
02:23
created
api/app/Helpers/Paginator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
     private $totalItems;
11 11
     private $totalPages;
12 12
 
13
+    /**
14
+     * @param string $query
15
+     */
13 16
     public function __construct($query, $config, $db)
14 17
     {
15 18
         $this->config = $config;
Please login to merge, or discard this patch.
app/app/functions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1,5 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
+/**
4
+ * @param string $name
5
+ */
3 6
 function resolveRoute($name, $args = [])
4 7
 {
5 8
     global $app;
Please login to merge, or discard this patch.