Completed
Pull Request — 2.0 (#952)
by Paweł
09:53
created
Bundle/CoreBundle/Serializer/TenantAwareArticleSerializationSubscriber.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         }
95 95
     }
96 96
 
97
+    /**
98
+     * @return TenantInterface
99
+     */
97 100
     private function getTenant(string $tenantCode): ?TenantInterface
98 101
     {
99 102
         if (isset($this->internalTenantCache[$tenantCode])) {
Please login to merge, or discard this patch.