Completed
Pull Request — master (#40)
by
unknown
03:28
created
src/Document.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -102,11 +102,11 @@
 block discarded – undo
102 102
 
103 103
 
104 104
     /**
105
-    * @return bool
106
-    */
105
+     * @return bool
106
+     */
107 107
     public function isSuccess(): bool
108 108
     {
109
-       return $this->errors->isEmpty();
109
+        return $this->errors->isEmpty();
110 110
     }
111 111
 
112 112
     /**
Please login to merge, or discard this patch.