Passed
Push — develop ( 97b747...98d07f )
by Ludwig
05:36
created
Column/AbstractColumn.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     /**
254 254
      * @param string      $name
255 255
      * @param string|null $default
256
-     * @return misc
256
+     * @return string
257 257
      */
258 258
     public function getOption($name, $default = null)
259 259
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 namespace Cwd\FancyGridBundle\Column;
11 11
 
12
-use bar\baz\source_with_namespace;
13 12
 use Cwd\FancyGridBundle\Grid\Exception\InvalidArgumentException;
14 13
 use Symfony\Component\OptionsResolver\OptionsResolver;
15 14
 use Symfony\Component\PropertyAccess\PropertyAccessor;
Please login to merge, or discard this patch.
Grid/AbstractGrid.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@
 block discarded – undo
313 313
     /**
314 314
      * @param string      $name
315 315
      * @param string|null $default
316
-     * @return misc
316
+     * @return string|null
317 317
      */
318 318
     public function getOption($name, $default = null)
319 319
     {
Please login to merge, or discard this patch.