Completed
Branch v1.x-dev (b0683a)
by Benjamin
08:17
created
src/Helper/RuleHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
      * @return RuleHelperInterface|null
221 221
      * @throws Exception
222 222
      */
223
-    private function getNotCachedHelper($key):?RuleHelperInterface
223
+    private function getNotCachedHelper($key): ?RuleHelperInterface
224 224
     {
225 225
         if (!isset($this->helpers[$key])) {
226 226
             throw new Exception('No RuleHelperInterface found for ' . $key);
Please login to merge, or discard this patch.
src/Entity/Traits/NameTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         return $this;
24 24
     }
25 25
 
26
-    public function __toString():?string
26
+    public function __toString(): ?string
27 27
     {
28 28
         return $this->getName();
29 29
     }
Please login to merge, or discard this patch.