diff options
| author | Andrea Faulds <ajf@ajf.me> | 2014-12-14 18:20:23 +0000 |
|---|---|---|
| committer | Andrea Faulds <ajf@ajf.me> | 2014-12-21 13:23:02 +0000 |
| commit | e5eb9530ab13a174feee83a81d87bfceee37bd88 (patch) | |
| tree | 76ba0f9806f6ad369cacb9c0e9b408fc0a8ba721 /tests/classes/destructor_inheritance.phpt | |
| parent | e20cbdbe97cbda010fd386cb35a474aa255cd7f6 (diff) | |
| download | php-git-e5eb9530ab13a174feee83a81d87bfceee37bd88.tar.gz | |
Use "float" and "integer" in typehint and zpp errors
Diffstat (limited to 'tests/classes/destructor_inheritance.phpt')
| -rw-r--r-- | tests/classes/destructor_inheritance.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/destructor_inheritance.phpt b/tests/classes/destructor_inheritance.phpt index b9a46659b0..868c8960c8 100644 --- a/tests/classes/destructor_inheritance.phpt +++ b/tests/classes/destructor_inheritance.phpt @@ -26,4 +26,4 @@ echo 'Done'; --EXPECT-- base::__construct base::__destruct -Done
\ No newline at end of file +Done |
