Completed
Push — master ( 695906...a2e16e )
by WEBEWEB
19:00
created
BootstrapBundle.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     /**
95 95
      * Get the Bootstrap constants.
96 96
      *
97
-     * @return array Returns the Bootstrap constants.
97
+     * @return string[] Returns the Bootstrap constants.
98 98
      */
99 99
     public static function getBootstrapConstants() {
100 100
         return [
Please login to merge, or discard this patch.
Twig/Extension/CSS/CodeTwigExtension.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.
Twig/Extension/CSS/GridTwigExtension.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.
Twig/Extension/CSS/ImageTwigExtension.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use SplFileObject;
15 15
 use Symfony\Component\HttpKernel\Kernel;
16
-use Symfony\Component\Serializer\Exception\ExceptionInterface;
17 16
 use Symfony\Component\Serializer\Normalizer\DataUriNormalizer;
18 17
 use Twig_SimpleFunction;
19 18
 use WBW\Library\Core\Argument\ArrayHelper;
Please login to merge, or discard this patch.
Twig/Extension/CSS/TypographyTwigExtension.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.
Twig/Extension/Utility/FormButtonTwigExtension.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.
Twig/Extension/Utility/RoleLabelTwigExtension.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.
Twig/Extension/Utility/TableButtonTwigExtension.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.