Completed
Push — master ( b31906...e560b1 )
by Théo
13:58
created
src/DependencyInjection/Definition/DecorationInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 interface DecorationInterface extends ServiceInterface
18 18
 {
19 19
     /**
20
-     * @return array<string, string> The first value is the service id of the decorated service. The second argument is
20
+     * @return string[] string> The first value is the service id of the decorated service. The second argument is
21 21
      *                               the new name of the decorated service.
22 22
      */
23 23
     public function getDecoration();
Please login to merge, or discard this patch.