Skip to content

Commit ab2b826

Browse files
Phil E. Taylorzero-24
andauthored
s/__DEPOY_VERSION__/__DEPLOY_VERSION__/ (#35242)
* s/__DEPOY_VERSION__/__DEPLOY_VERSION__/ * Update InputFilter.php * Update libraries/src/Filter/InputFilter.php Co-authored-by: Tobias Zulauf <[email protected]> Co-authored-by: Tobias Zulauf <[email protected]>
1 parent f114a2b commit ab2b826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/Filter/InputFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class InputFilter extends BaseInputFilter
2727
* An array containing a list of extensions for files that are typically
2828
* executable directly in the webserver context, potentially resulting in code executions
2929
*
30-
* @since __DEPOY_VERSION__
30+
* @since 4.0.0
3131
*/
3232
public const FORBIDDEN_FILE_EXTENSIONS = [
3333
'php', 'phps', 'pht', 'phtml', 'php3', 'php4', 'php5', 'php6', 'php7', 'asp',
@@ -46,7 +46,7 @@ class InputFilter extends BaseInputFilter
4646
* A container for InputFilter instances.
4747
*
4848
* @var InputFilter[]
49-
* @since __DEPOY_VERSION__
49+
* @since 4.0.0
5050
*/
5151
protected static $instances = array();
5252
/**

0 commit comments

Comments
 (0)