Completed
Push — master ( f3efa5...c0a891 )
by zyt
11s
created
src/Validator.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,10 +70,10 @@
 block discarded – undo
70 70
      */
71 71
     public $greylisted_considered_valid = true;
72 72
 
73
-     /**
74
-     * stream context arguments for connection socket, necessary to initiate Server IP (in case reverse IP)
75
-     * https://stackoverflow.com/a/8968016
76
-     */
73
+        /**
74
+         * stream context arguments for connection socket, necessary to initiate Server IP (in case reverse IP)
75
+         * https://stackoverflow.com/a/8968016
76
+         */
77 77
     public $stream_context_args = [];
78 78
     
79 79
     /**
Please login to merge, or discard this patch.