Completed
Push — master ( c83be6...2f5afb )
by Filipe
03:02
created
src/Renderer/HtmlExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Returns a list of functions to add to the existing list.
48 48
      *
49
-     * @return array An array of functions
49
+     * @return SimpleFunction[] An array of functions
50 50
      */
51 51
     public function getFunctions()
52 52
     {
Please login to merge, or discard this patch.
src/Service/Entity/EntityListingService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Entity Listing Service needs an entity or entity class name.
49 49
      * 
50
-     * @param string|EntityInterface $className
50
+     * @param string $className
51 51
      */
52 52
     public function __construct($className)
53 53
     {
Please login to merge, or discard this patch.