dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Error when annotation enabled #119

Closed ronylicha closed 7 years ago

ronylicha commented 7 years ago

The error:

The annotation "@void" in method Dizda\CloudBackupBundle\Splitter\BaseSplitter::executeSplit() was never imported. Did you maybe forget to add a "use" statement for this annotation?

i corrected it (line 81-83) by removing one oh the * in line 81 (from /* to /) it's preventing to consider it like an annotation.

Maybe its should be an option to update the bundle?

jongotlin commented 7 years ago

Can you open a pull request? A better solution would be to remove the whole comment block.