Completed
Pull Request — master (#3)
by
unknown
30:30
created
Controller/ActivityLogController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      *
31 31
      * @param Request $request
32 32
      *
33
-     * @return mixed
33
+     * @return \Symfony\Component\HttpFoundation\Response
34 34
      */
35 35
     public function getFieldsAction(Request $request)
36 36
     {
Please login to merge, or discard this patch.
DependencyInjection/SuluActivityLogExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
         return 'sulu_activity_log.storage.elastic';
82 82
     }
83 83
 
84
+    /**
85
+     * @param ContainerBuilder $container
86
+     */
84 87
     private function initArray($config, $container)
85 88
     {
86 89
         $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
Please login to merge, or discard this patch.