Completed
Push — master ( 332a47...cbc99e )
by WEBEWEB
03:08
created
Twig/Extension/Utility/RoleLabelUtilityTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      * Get the Twig functions.
119 119
      *
120
-     * @return array Returns the Twig functions.
120
+     * @return Twig_SimpleFunction[] Returns the Twig functions.
121 121
      */
122 122
     public function getFunctions() {
123 123
         return [
Please login to merge, or discard this patch.
Event/AbstractBootstrapEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     /**
51 51
      * Set the event name.
52 52
      *
53
-     * @param type $eventName The event name.
53
+     * @param string $eventName The event name.
54 54
      * @return AbstractBootstrapEvent Returns this Bootstrap event.
55 55
      */
56 56
     protected function setEventName($eventName) {
Please login to merge, or discard this patch.