Completed
Push — master ( 5e1554...b3861e )
by Neomerx
10:42
created
Authorization/PolicyDecision/Algorithms/PoliciesOrSetsFirstApplicable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         array $optimizedTargets,
43 43
         array $encPoliciesOrSets,
44 44
         ?LoggerInterface $logger
45
-    ): array {
45
+    ) : array {
46 46
         return self::evaluateFirstApplicable($context, $optimizedTargets, $encPoliciesOrSets, $logger);
47 47
     }
48 48
 }
Please login to merge, or discard this patch.
src/Authorization/PolicyAdministration/PolicySet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      *
92 92
      * @return self
93 93
      */
94
-    public function setName(?string $name): self
94
+    public function setName(?string $name) : self
95 95
     {
96 96
         $this->name = $name;
97 97
 
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      *
112 112
      * @return self
113 113
      */
114
-    public function setTarget(?TargetInterface $target): self
114
+    public function setTarget(?TargetInterface $target) : self
115 115
     {
116 116
         $this->target = $target;
117 117
 
Please login to merge, or discard this patch.