Passed
Push — master ( b7b0fb...908416 )
by Christopher
03:27
created
MetadataV4/src/edm/TGuidConstantExpressionType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
MetadataV4/src/edm/TLabeledElementReferenceExpressionType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
MetadataV4/src/edm/TPathExpressionType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
MetadataV4/src/edm/TStringConstantExpressionType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
MetadataV4/src/edm/TTimeOfDayConstantExpressionType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
     /**
30 30
      * Gets or sets the inner value
31 31
      *
32
-     * @param \DateTime $value
33 32
      * @return \DateTime
34 33
      */
35 34
     public function value()
Please login to merge, or discard this patch.
IsOK.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
     protected function isStringNotNullOrEmpty($str)
9 9
     {
10
-        if(!$this->isStringNotNull($str)){
10
+        if (!$this->isStringNotNull($str)) {
11 11
             return false;
12 12
         }
13 13
         if (empty(trim($str))) {
Please login to merge, or discard this patch.