Completed
Push — ancestor_criterion_phpdoc ( 651e6e )
by
unknown
16:48
created
eZ/Publish/Core/MVC/Symfony/SiteAccess/SiteAccessService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -65,6 +65,9 @@
 block discarded – undo
65 65
         return $this->get($this->siteAccess->name);
66 66
     }
67 67
 
68
+    /**
69
+     * @param  $siteAccess
70
+     */
68 71
     public function getSiteAccessesRelation(?SiteAccess $siteAccess = null): array
69 72
     {
70 73
         $siteAccess = $siteAccess ?? $this->siteAccess;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Exceptions/InvalidVariationException.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -12,6 +12,10 @@
 block discarded – undo
12 12
 
13 13
 class InvalidVariationException extends InvalidArgumentException
14 14
 {
15
+    /**
16
+     * @param string $variationName
17
+     * @param string $variationType
18
+     */
15 19
     public function __construct($variationName, $variationType, $code = 0, Exception $previous = null)
16 20
     {
17 21
         parent::__construct("Invalid variation '$variationName' for $variationType", $code, $previous);
Please login to merge, or discard this patch.