Completed
Push — 7.x-1.x ( dff1e0...77c4eb )
by Pol
04:34
created
lib/Drupal/Core/DependencyInjection/Dumper/PhpArrayDumper.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,6 @@  discard block
 block discarded – undo
223 223
   /**
224 224
    * Returns a service alias definiton.
225 225
    *
226
-   * @param string $alias
227 226
    * @param Alias  $id
228 227
    *
229 228
    * @return string
@@ -352,6 +351,9 @@  discard block
 block discarded – undo
352 351
     return sprintf('%%%s%%', $id);
353 352
   }
354 353
 
354
+  /**
355
+   * @param string $expression
356
+   */
355 357
   protected function getExpressionCall($expression)
356 358
   {
357 359
     return sprintf('@=%s', $expression);
Please login to merge, or discard this patch.