Completed
Pull Request — master (#130)
by
unknown
04:43
created
src/SphinxQL.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -847,12 +847,12 @@
 block discarded – undo
847 847
         return $this;
848 848
     }
849 849
 
850
-     /**
851
-     *
852
-     * Get the where array
853
-     *
854
-     * @return array
855
-     */
850
+        /**
851
+         *
852
+         * Get the where array
853
+         *
854
+         * @return array
855
+         */
856 856
     public function getWhere()
857 857
     {
858 858
         return $this->where;
Please login to merge, or discard this patch.