Completed
Push — master ( 2b3f4c...5ada1f )
by Raffael
77:32 queued 61:21
created
src/app/Balloon.App.Api/v1/AttributeDecorator/NodeDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * Add decorator.
87 87
      *
88
-     * @return AttributeDecorator
88
+     * @return NodeDecorator
89 89
      */
90 90
     public function addDecorator(string $attribute, Closure $decorator): self
91 91
     {
Please login to merge, or discard this patch.
src/app/Balloon.App.Api/v1/AttributeDecorator/RoleDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Add decorator.
74 74
      *
75
-     * @return AttributeDecorator
75
+     * @return RoleDecorator
76 76
      */
77 77
     public function addDecorator(string $attribute, Closure $decorator): self
78 78
     {
Please login to merge, or discard this patch.