You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
I use the zend annotation module, it scans the whole Module directory with this the ClassScanner class from this module. In the config directory it writes some notices to the output - I can't avoid this without raise the php log level, so I think it's an issue of this module to avoid that output.
Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974
Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974
Notice: Uninitialized string offset: 1 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 974
Notice: Undefined offset: 267 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 942
Notice: Undefined offset: 681 in /.../vendor/zendframework/zendframework/library/Zend/Code/Scanner/ClassScanner.php on line 942
The text was updated successfully, but these errors were encountered:
I use the zend annotation module, it scans the whole Module directory with this the ClassScanner class from this module. In the config directory it writes some notices to the output - I can't avoid this without raise the php log level, so I think it's an issue of this module to avoid that output.
The text was updated successfully, but these errors were encountered: