-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add end location to all applicable elements #230
Conversation
Also could you help with setting up local test environment? |
Nevermind, I figured this out. |
Thanks for this nice improvement! the unittest coverage is below the expected level, that's why the build is now failing. If you have time to add the required tests that would be very nice, however seen the amount of work, and uncovered code I would accept a decreased coverage for now. 🤔 Side note: |
After merging the first PR, we to have some merge conflicts here. Could you please rebase your branch? |
# Conflicts: # src/phpDocumentor/Reflection/Php/Factory/Function_.php # src/phpDocumentor/Reflection/Php/Factory/Method.php # src/phpDocumentor/Reflection/Php/Function_.php # src/phpDocumentor/Reflection/Php/Method.php
Sure. Resolved merged conflicts. |
Again, thanks for a quick response. I added more checks for What else you think needs to be tested? Or maybe it's acceptable for now? |
Thanks for the update! this looks good. The coverage isn't much of an issue for now. We can always improve on this. |
Ah, you beat me with merging. 🙂 I added tests for previous PR and it resolved coverage problem. Then fixed almost all new CI errors. Trying to fix the last 2 codestyle errors now Maybe you can help? Can't figure out this one yet.
We can fix this in a separate PR though. Thanks! This was a last blocker for yiisoft/yii2-apidoc#263. 🎉 |
By the way could you make a new release with these changes? Would be nice instead of binding to commit in dependency. |
Ah, you fixed it already. 👍 Newline was causing the error, got it. |
I can create that release, later this week. It would be nice to have the last part regarding the pretty printer in, so we have a nice new package of features :-). Do you have time to create a last pr for that one? |
OK. I'll try. 👌 |
A feature extracted from #224 / #225.
Use case - having links like this - https://github.com/yiisoft/yii2/blob/e459214a927424bafd7a23ed946951d4a74093cf/framework/db/ActiveRecord.php#L471-L474.