Completed
Branch master (f0282f)
by Christopher
04:55
created
src/MetadataManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -301,6 +301,10 @@
 block discarded – undo
301 301
         return $association;
302 302
     }
303 303
 
304
+    /**
305
+     * @param string $principalEntitySetName
306
+     * @param string $dependentEntitySetName
307
+     */
304 308
     protected function createAssocationSetForAssocation(
305 309
         TAssociationType $association,
306 310
         $principalEntitySetName,
Please login to merge, or discard this patch.
src/MetadataV1/mapping/cs/TQueryViewType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -36,6 +36,7 @@
 block discarded – undo
36 36
      * Gets or sets the inner value
37 37
      *
38 38
      * @param  string ...$value
39
+     * @param string[] $value
39 40
      * @return string
40 41
      */
41 42
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV3/edm/IsOKTraits/TPathTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use xsdRestrictions;
10 10
 
11
+    /**
12
+     * @param string $string
13
+     */
11 14
     public function isTPathValid($string)
12 15
     {
13 16
         // The below pattern represents the allowed identifiers in ECMA specification plus the '/' for path segment
Please login to merge, or discard this patch.
src/MetadataV4/edm/IsOKTraits/TNamespaceNameTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use xsdRestrictions;
10 10
 
11
+    /**
12
+     * @param string $TNamespaceName
13
+     */
11 14
     protected function isTNamespaceNameValid($TNamespaceName)
12 15
     {
13 16
         if (!$this->isNCName($TNamespaceName)) {
Please login to merge, or discard this patch.
src/MetadataV4/edm/IsOKTraits/TSimpleIdentifierTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use xsdRestrictions;
10 10
 
11
+    /**
12
+     * @param string $TSimpleIdentifier
13
+     */
11 14
     protected function isTSimpleIdentifierValid($TSimpleIdentifier)
12 15
     {
13 16
         if (!$this->isNCName($TSimpleIdentifier)) {
Please login to merge, or discard this patch.
src/MetadataV4/edm/TBinaryConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  string ...$value
34
+     * @param string[] $value
34 35
      * @return string
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TBoolConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  boolean ...$value
34
+     * @param boolean[] $value
34 35
      * @return boolean
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDateConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  \DateTime ...$value
34
+     * @param \DateTime[] $value
34 35
      * @return \DateTime
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.
src/MetadataV4/edm/TDateTimeOffsetConstantExpressionType.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * Gets or sets the inner value
32 32
      *
33 33
      * @param  \DateTime ...$value
34
+     * @param \DateTime[] $value
34 35
      * @return \DateTime
35 36
      */
36 37
     public function value(...$value)
Please login to merge, or discard this patch.