Test Failed
Push — 1.0.0-dev ( 243c69...cd4ca0 )
by nguereza
02:39
created
core/libraries/Pagination.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -89,10 +89,10 @@
 block discarded – undo
89 89
         }
90 90
 
91 91
         /**
92
-        * Set the value of the pagination query string
93
-        * @param string $pQueryString the new value
94
-        * @return object
95
-        */
92
+         * Set the value of the pagination query string
93
+         * @param string $pQueryString the new value
94
+         * @return object
95
+         */
96 96
         public function setPaginationQueryString($pQueryString) {
97 97
             $this->paginationQueryString = $pQueryString;
98 98
             return $this;
Please login to merge, or discard this patch.