Completed
Pull Request — master (#466)
by Leny
22:20 queued 13:42
created
Bundle/PageBundle/Entity/Traits/WebViewTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -179,6 +179,9 @@
 block discarded – undo
179 179
         return PropertyAccess::createPropertyAccessor()->getValue($this->translate(), 'getUrl');
180 180
     }
181 181
 
182
+    /**
183
+     * @param string $name
184
+     */
182 185
     public function setUrl($name, $locale = null)
183 186
     {
184 187
         $this->translate($locale)->setUrl($name);
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Twig/LinkExtension.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,6 @@
 block discarded – undo
190 190
      *
191 191
      * @param array  $parameters The link parameters (go to LinkTrait to have the list)
192 192
      * @param string $label      link label
193
-     * @param array  $attr       custom attributes
194 193
      *
195 194
      * @return string
196 195
      */
Please login to merge, or discard this patch.