Passed
Pull Request — master (#56)
by Baptiste
02:45
created
src/Assert/Assertion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 abstract class Assertion extends Beberlei\Assertion
17 17
 {
18 18
     /** @return bool */
19
-    public static function empty($value, $message = null, ?string $propertyPath = null): bool
19
+    public static function empty($value, $message = null, ?string $propertyPath = null) : bool
20 20
     {
21 21
         return parent::noContent($value, $message, $propertyPath);
22 22
     }
Please login to merge, or discard this patch.