Completed
Push — master ( 3aa853...4b5a00 )
by Toni
02:11
created
Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     {
51 51
         return [
52 52
             'factories' => [
53
-                'rollout_is_active' => function (AbstractPluginManager $pluginManager) {
53
+                'rollout_is_active' => function(AbstractPluginManager $pluginManager) {
54 54
                     $serviceLocator = $pluginManager->getServiceLocator();
55 55
                     $rollout = $serviceLocator->get('zf2_rollout');
56 56
                     return new View\Helper\IsActive($rollout);
Please login to merge, or discard this patch.
src/Adlogix/Zf2Rollout/Storage/Doctrine/DoctrineORMStorage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
     /**
45 45
      * @param  string     $key
46
-     * @return mixed|null Null if the value is not found
46
+     * @return null|string Null if the value is not found
47 47
      */
48 48
     public function get($key)
49 49
     {
Please login to merge, or discard this patch.