Passed
Push — 2.x ( da3964...4ff14b )
by Terry
01:53
created
src/Firewall/Driver/SqlTrait.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -21,12 +21,12 @@
 block discarded – undo
21 21
 trait SqlTrait
22 22
 {
23 23
 /**
24
-     * Fetch data from filter table.
25
-     *
26
-     * @param string $ip An IP address.
27
-     *
28
-     * @return array
29
-     */
24
+ * Fetch data from filter table.
25
+ *
26
+ * @param string $ip An IP address.
27
+ *
28
+ * @return array
29
+ */
30 30
     protected function doFetchFromFilterTable(string $ip): array
31 31
     {
32 32
         $results = [];
Please login to merge, or discard this patch.