Completed
Pull Request — master (#256)
by
unknown
06:43
created
src/Factory/TaxonDetailsViewFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         return $currentTaxonView;
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $locale
50
+     */
48 51
     private function buildTaxonView(TaxonInterface $taxon, $locale): TaxonView
49 52
     {
50 53
         $taxonView = $this->taxonViewFactory->create($taxon, $locale);
Please login to merge, or discard this patch.
src/FilterExtension/Filters/AbstractFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
      *
167 167
      * @param string $property
168 168
      *
169
-     * @return array
169
+     * @return string
170 170
      */
171 171
     protected function splitPropertyParts(string $property, string $resourceClass): array
172 172
     {
Please login to merge, or discard this patch.