Completed
Pull Request — master (#19)
by
unknown
04:18
created
Translator.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,9 +113,9 @@
 block discarded – undo
113 113
     }
114 114
 
115 115
      /**
116
-     * @param array $data rules configuration
117
-     * @return string the WHERE clause
118
-     */
116
+      * @param array $data rules configuration
117
+      * @return string the WHERE clause
118
+      */
119 119
     protected function buildWhere($data)
120 120
     {
121 121
         if (!isset($data['rules']) || !$data['rules']) {
Please login to merge, or discard this patch.