Passed
Branch master (eefaca)
by Kris
01:57
created
src/AbuseIPDBClient.php 1 patch
Indentation   +35 added lines, -35 removed lines patch added patch discarded remove patch
@@ -69,51 +69,51 @@
 block discarded – undo
69 69
         Console::log();
70 70
         Console::log(' ' . Console::text('SYNOPSIS:', 'white', 'underline')); 
71 71
         Console::log(' ' . Console::text('    abuseipdb -C ') . 
72
-                           Console::text('IP', 'yellow') . 
73
-                           Console::text(' [-d ') . 
74
-                           Console::text('DAYS', 'yellow') . 
75
-                           Console::text('] [-v] [-l ') . 
76
-                           Console::text('LIMIT', 'yellow') . 
77
-                           Console::text('] [-o ') . 
78
-                           Console::text('FORMAT', 'yellow') . 
79
-                           Console::text(']')); 
72
+                            Console::text('IP', 'yellow') . 
73
+                            Console::text(' [-d ') . 
74
+                            Console::text('DAYS', 'yellow') . 
75
+                            Console::text('] [-v] [-l ') . 
76
+                            Console::text('LIMIT', 'yellow') . 
77
+                            Console::text('] [-o ') . 
78
+                            Console::text('FORMAT', 'yellow') . 
79
+                            Console::text(']')); 
80 80
 
81 81
         Console::log(' ' . Console::text('    abuseipdb -K ') . 
82
-                           Console::text('NETWORK', 'yellow') . 
83
-                           Console::text(' [-d ') . 
84
-                           Console::text('DAYS', 'yellow') . 
85
-                           Console::text('] [-o ') . 
86
-                           Console::text('FORMAT', 'yellow') . 
87
-                           Console::text(']')); 
82
+                            Console::text('NETWORK', 'yellow') . 
83
+                            Console::text(' [-d ') . 
84
+                            Console::text('DAYS', 'yellow') . 
85
+                            Console::text('] [-o ') . 
86
+                            Console::text('FORMAT', 'yellow') . 
87
+                            Console::text(']')); 
88 88
 
89 89
         Console::log(' ' . Console::text('    abuseipdb -R ') .
90
-                           Console::text('IP', 'yellow') . ' -c ' .
91
-                           Console::text('CATEGORIES', 'yellow') . ' -m ' .
92
-                           Console::text('MESSAGE', 'yellow') .
93
-                           Console::text(' [-o ') . 
94
-                           Console::text('FORMAT', 'yellow') . 
95
-                           Console::text(']')); 
90
+                            Console::text('IP', 'yellow') . ' -c ' .
91
+                            Console::text('CATEGORIES', 'yellow') . ' -m ' .
92
+                            Console::text('MESSAGE', 'yellow') .
93
+                            Console::text(' [-o ') . 
94
+                            Console::text('FORMAT', 'yellow') . 
95
+                            Console::text(']')); 
96 96
 
97 97
         Console::log(' ' . Console::text('    abuseipdb -V ') .
98
-                           Console::text('FILE', 'yellow') .
99
-                           Console::text(' [-o ') . 
100
-                           Console::text('FORMAT', 'yellow') . 
101
-                           Console::text(']')); 
98
+                            Console::text('FILE', 'yellow') .
99
+                            Console::text(' [-o ') . 
100
+                            Console::text('FORMAT', 'yellow') . 
101
+                            Console::text(']')); 
102 102
 
103 103
         Console::log(' ' . Console::text('    abuseipdb -E ') .
104
-                           Console::text('IP', 'yellow').
105
-                           Console::text(' [-o ') . 
106
-                           Console::text('FORMAT', 'yellow') . 
107
-                           Console::text(']')); 
104
+                            Console::text('IP', 'yellow').
105
+                            Console::text(' [-o ') . 
106
+                            Console::text('FORMAT', 'yellow') . 
107
+                            Console::text(']')); 
108 108
                            
109 109
         Console::log(' ' . Console::text('    abuseipdb -B ') . 
110
-                           Console::text('[-l ') . 
111
-                           Console::text('LIMIT', 'yellow') . 
112
-                           Console::text('] [-s ') . 
113
-                           Console::text('SCORE', 'yellow') . 
114
-                           Console::text('] [-o ') . 
115
-                           Console::text('FORMAT', 'yellow') . 
116
-                           Console::text(']')); 
110
+                            Console::text('[-l ') . 
111
+                            Console::text('LIMIT', 'yellow') . 
112
+                            Console::text('] [-s ') . 
113
+                            Console::text('SCORE', 'yellow') . 
114
+                            Console::text('] [-o ') . 
115
+                            Console::text('FORMAT', 'yellow') . 
116
+                            Console::text(']')); 
117 117
 
118 118
         Console::log(' ' . Console::text('    abuseipdb -L | -G | -h | --version'));
119 119
                            
Please login to merge, or discard this patch.