Completed
Push — master ( 45b31e...687e05 )
by Korotkov
25s queued 18s
created
src/Rudra.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      * @param  array|null $params
96 96
      * @return object
97 97
      */
98
-    public function new(string $object, ?array $params = null): object
98
+    public function new(string $object, ?array $params = null) : object
99 99
     {
100 100
         if (!class_exists($object)) {
101 101
             throw new LogicException("Class {$object} does not exist");
@@ -294,7 +294,7 @@  discard block
 block discarded – undo
294 294
      * @param  string|object $object
295 295
      * @return void
296 296
      */
297
-    private function setObject(string $key, string|object $object): void
297
+    private function setObject(string $key, string | object $object): void
298 298
     {
299 299
         if (is_object($object)) {
300 300
             $this->services()->set([$key => $object]);
Please login to merge, or discard this patch.