Merge pull request #399 from ntzm/patch-1

Add __PHP_Incomplete_Class_Name to __PHP_Incomplete_Class
This commit is contained in:
andrey-sokolov 2018-08-13 14:22:42 +03:00 committed by GitHub
commit f1f8c17fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
// Start of standard v.5.3.2-0.dotdeb.1
class __PHP_Incomplete_Class {
/**
* @var string
*/
public $__PHP_Incomplete_Class_Name;
}
class php_user_filter {