Test Failed
Push — master ( 96b4e0...1f74b1 )
by Sergio
06:51
created
traits/RequestTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace coderius\hitCounter\traits;
4 4
 
5
-trait RequestTrait{
5
+trait RequestTrait {
6 6
 
7 7
     public function isProxyVisit() {
8 8
         if (@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errstr, $errno, 1)) {
Please login to merge, or discard this patch.