@@ -92,7 +92,7 @@ |
||
92 | 92 | } |
93 | 93 | $contextModuleName = $moduleOptionsPluginManager->getModuleNameByClassName($contextClass); |
94 | 94 | |
95 | - $resolvedClassName = $contextModuleName . $shortClassName; |
|
95 | + $resolvedClassName = $contextModuleName.$shortClassName; |
|
96 | 96 | |
97 | 97 | if (!class_exists($resolvedClassName)) { |
98 | 98 | return null; |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | return array( |
50 | 50 | 'Zend\Loader\StandardAutoloader' => array( |
51 | 51 | 'namespaces' => array( |
52 | - __NAMESPACE__ => __DIR__ . '/src/', |
|
52 | + __NAMESPACE__ => __DIR__.'/src/', |
|
53 | 53 | ), |
54 | 54 | ), |
55 | 55 | ); |
@@ -63,6 +63,6 @@ discard block |
||
63 | 63 | */ |
64 | 64 | public function getConfig() |
65 | 65 | { |
66 | - return include __DIR__ . '/config/module.config.php'; |
|
66 | + return include __DIR__.'/config/module.config.php'; |
|
67 | 67 | } |
68 | 68 | } |
69 | 69 | \ No newline at end of file |