Passed
Push — master ( 26efa5...f69765 )
by Alex
03:20
created
MetadataV4/src/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.
MetadataV4/src/edm/IsOKTraits/TSimpleIdentifierTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 {
7 7
     use AlgoWeb\ODataMetadata\xsdRestrictions;
8 8
 
9
+    /**
10
+     * @param string $TSimpleIdentifier
11
+     */
9 12
     protected function isTSimpleIdentifierValid($TSimpleIdentifier)
10 13
     {
11 14
         if (!$this->isNCName($TSimpleIdentifier)) {
Please login to merge, or discard this patch.