Completed
Branch master (56bbbc)
by Andreas
11:48
created
src/OrgHeiglGeolocation/Filter/Geolocation.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
 
35 35
 /**
36 36
  * Class Geolocation
37
-
38 37
  *
39 38
 *@package OrgHeiglGeolocation\Filter
40 39
  */
Please login to merge, or discard this patch.
Module.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -52,13 +52,13 @@
 block discarded – undo
52 52
 //
53 53
     public function getAutoloaderConfig()
54 54
     {
55
-    	return array(
56
-    			'Zend\Loader\StandardAutoloader' => array(
57
-    					'namespaces' => array(
58
-    							__NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
59
-    					),
60
-    			),
61
-    	);
55
+        return array(
56
+                'Zend\Loader\StandardAutoloader' => array(
57
+                        'namespaces' => array(
58
+                                __NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
59
+                        ),
60
+                ),
61
+        );
62 62
     }
63 63
 
64 64
     /**
Please login to merge, or discard this patch.