Completed
Pull Request — master (#248)
by Edwin
02:44
created
src/Grid/Filter/AbstractFilter.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -150,11 +150,11 @@
 block discarded – undo
150 150
         $this->setField(new Select($options));
151 151
     }
152 152
 
153
-	/**
154
-	 * Datetime filter.
155
-	 *
156
-	 * @param array $options
157
-	 */
153
+    /**
154
+     * Datetime filter.
155
+     *
156
+     * @param array $options
157
+     */
158 158
     public function datetime($options = [])
159 159
     {
160 160
         $this->setField(new DateTime($this, $options));
Please login to merge, or discard this patch.