Passed
Push — master ( f20cbe...ecaad3 )
by Christopher
03:19
created
MetadataV4/src/edm/IsOKTraits/TNamespaceNameTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
 {
10 10
     use xsdRestrictions;
11 11
 
12
+    /**
13
+     * @param string $TNamespaceName
14
+     */
12 15
     protected function IsTNamespaceNameValid($TNamespaceName)
13 16
     {
14 17
         if (!$this->isNCName($TNamespaceName)) {
Please login to merge, or discard this patch.
MetadataV4/src/edm/IsOKTraits/TSimpleIdentifierTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 {
8 8
     use xsdRestrictions;
9 9
 
10
+    /**
11
+     * @param string $TSimpleIdentifier
12
+     */
10 13
     protected function IsTSimpleIdentifierValid($TSimpleIdentifier)
11 14
     {
12 15
         if (!$this->isNCName($TSimpleIdentifier)) {
Please login to merge, or discard this patch.