Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

В процессе сканирования файлов перехватывается Exception, чтобы общий… #53

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mosiyash
Copy link

@mosiyash mosiyash commented Aug 9, 2016

… процесс не прерывался. Бывает, что сканирование проекта останавливается, например, когда в проекте присутствует symfony console с тест-классом NotLoadableClass.

mosiyash and others added 3 commits August 9, 2016 12:51
… процесс не прерывался. Бывает, что сканирование проекта останавливается, например, когда в проекте присутствует symfony console с тест-классом NotLoadableClass.
++$done;
$process = floor($done / $all * 100);
$this->getLogger()->info("Progress: $process%");
try {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can use this try-catch just around $this->processFile, what do you think?

@mkusher
Copy link
Member

mkusher commented Aug 9, 2016

@mosiyash hi!
Thanks for the fix. Can you rebase it with master and fix commit messages with english names? :)

@mkusher
Copy link
Member

mkusher commented Aug 9, 2016

And, can you add feature test for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants