Passed
Push — 2.x ( b1b8b2...a032c9 )
by Terry
02:05
created
src/Firewall/Kernel.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -957,14 +957,14 @@
 block discarded – undo
957 957
     }
958 958
 
959 959
 /**
960
-     * Filter - Referer.
961
-     *
962
-     * @param array $logData   IP data from Shieldon log table.
963
-     * @param array $ipData    The IP log data.
964
-     * @param bool  $isFlagged Is flagged as unusual behavior or not.
965
-     *
966
-     * @return array
967
-     */
960
+ * Filter - Referer.
961
+ *
962
+ * @param array $logData   IP data from Shieldon log table.
963
+ * @param array $ipData    The IP log data.
964
+ * @param bool  $isFlagged Is flagged as unusual behavior or not.
965
+ *
966
+ * @return array
967
+ */
968 968
     protected function filterReferer(array $logData, array $ipDetail, bool $isFlagged): array
969 969
     {
970 970
         $isReject = false;
Please login to merge, or discard this patch.