Completed
Pull Request — develop (#349)
by ANTHONIUS
06:14
created
module/Core/src/Core/Factory/OptionsAbstractFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
      *
177 177
      * @param string $fullName
178 178
      *
179
-     * @return array|bool
179
+     * @return string
180 180
      */
181 181
     protected function getOptionsConfig($fullName)
182 182
     {
Please login to merge, or discard this patch.
src/Organizations/Factory/Controller/Plugin/InvitationHandlerFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,6 +53,6 @@
 block discarded – undo
53 53
      */
54 54
     public function createService(ServiceLocatorInterface $serviceLocator)
55 55
     {
56
-        return $this($serviceLocator,InvitationHandler::class);
56
+        return $this($serviceLocator, InvitationHandler::class);
57 57
     }
58 58
 }
Please login to merge, or discard this patch.