Completed
Push — develop ( 51fba4...d831ea )
by
unknown
16:30 queued 08:43
created
module/Core/src/Core/Entity/EntityInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,5 +36,5 @@
 block discarded – undo
36 36
      * @return bool
37 37
      * @throws \Core\Entity\Exception\OutOfBoundsException if the property does not exists.
38 38
      */
39
-    public function notEmpty($property, array $args=[]);
39
+    public function notEmpty($property, array $args = []);
40 40
 }
Please login to merge, or discard this patch.