Passed
Push — master ( 200f34...68234c )
by Mehmet
01:49
created
src/Twig/TwigExtensions.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 
4 4
 namespace Selami\View\Twig;
5 5
 
6
-use Selami\Stdlib\CaseConverter;
7 6
 use Selami\View\ExtensionsAbstract;
8 7
 use Twig_Environment;
9
-use InvalidArgumentException;
10
-use BadMethodCallException;
11 8
 use Twig_SimpleFunction;
12 9
 
13 10
 /**
Please login to merge, or discard this patch.
src/Twig/Functions/Pagination.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
         return str_replace('(items)', $items, $this->parentTemplate);
50 50
     }
51 51
 
52
+    /**
53
+     * @param integer $useEllipses
54
+     */
52 55
     private function getItem(int $i, $renderedEllipses, $useEllipses) : array
53 56
     {
54 57
         $values = [
Please login to merge, or discard this patch.