Completed
Pull Request — master (#1480)
by Antoine
03:59
created
src/Bridge/Doctrine/Orm/Filter/NumericFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * Gets the PHP type corresponding to this Doctrine type.
78 78
      *
79
-     * @param string $doctrineType
79
+     * @param DBALType $doctrineType
80 80
      *
81 81
      * @return string
82 82
      */
Please login to merge, or discard this patch.
src/Bridge/Doctrine/Orm/Filter/SearchFilter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
     /**
138 138
      * Converts a Doctrine type in PHP type.
139 139
      *
140
-     * @param string $doctrineType
140
+     * @param Type $doctrineType
141 141
      *
142 142
      * @return string
143 143
      */
Please login to merge, or discard this patch.