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/Controller/EntityListingMethods.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Slick\Mvc\Service\Entity\EntityListingService;
18 18
 use Slick\Mvc\Service\Entity\QueryFilter\SearchFilter;
19 19
 use Slick\Mvc\Utils\Pagination;
20
-use Slick\Orm\Orm;
21 20
 
22 21
 /**
23 22
  * Entity Listing Methods
Please login to merge, or discard this patch.
src/Service/Entity/EntityListingService.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,13 +11,13 @@
 block discarded – undo
11 11
 
12 12
 use Slick\Common\Utils\CollectionInterface;
13 13
 use Slick\Database\Sql\Select;
14
-use Slick\Mvc\Service\Entity\QueryFilter\QueryFilterCollection;
15 14
 use Slick\Mvc\Service\EntityServiceInterface;
15
+use Slick\Mvc\Service\Entity\QueryFilter\QueryFilterCollection;
16 16
 use Slick\Mvc\Utils\Pagination;
17 17
 use Slick\Orm\EntityInterface;
18 18
 use Slick\Orm\Orm;
19
-use Slick\Orm\Repository\QueryObject\QueryObjectInterface;
20 19
 use Slick\Orm\RepositoryInterface;
20
+use Slick\Orm\Repository\QueryObject\QueryObjectInterface;
21 21
 
22 22
 /**
23 23
  * Entity Listing Service
Please login to merge, or discard this 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.