Passed
Push — master ( 908416...36d80a )
by Christopher
03:50
created
MetadataV4/src/edm/TBoolConstantExpressionType.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 boolean $value
33 32
      * @return boolean
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.