File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 330330 </UndefinedInterfaceMethod >
331331 </file >
332332 <file src =" test/ArrayUtilsTest.php" >
333+ <DeprecatedConstant >
334+ <code >ArrayUtils::ARRAY_FILTER_USE_BOTH</code >
335+ <code >ArrayUtils::ARRAY_FILTER_USE_KEY</code >
336+ </DeprecatedConstant >
333337 <DeprecatedMethod >
334338 <code >ArrayUtils::filter($data, $callback, $flag)</code >
335339 <code ><![CDATA[ ArrayUtils::filter([], "INVALID")]]> </code >
Original file line number Diff line number Diff line change @@ -35,11 +35,15 @@ abstract class ArrayUtils
3535{
3636 /**
3737 * Compatibility Flag for ArrayUtils::filter
38+ *
39+ * @deprecated
3840 */
3941 public const ARRAY_FILTER_USE_BOTH = 1 ;
4042
4143 /**
4244 * Compatibility Flag for ArrayUtils::filter
45+ *
46+ * @deprecated
4347 */
4448 public const ARRAY_FILTER_USE_KEY = 2 ;
4549
You can’t perform that action at this time.
0 commit comments