Closed (fixed)
Project:
RedHen CRM
Version:
8.x-1.x-dev
Component:
Shared
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 May 2017 at 14:19 UTC
Updated:
30 Oct 2017 at 22:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mgoncalves commentedComment #3
hgunicamp commentedAfter applying the 'redhen-remove_wrong_doc-2877014-2-8x.patch' patch and using the command
grep --color=auto '@file' $(find . -type f -name '*.php' -exec grep namespace {} \+ | cut -f1 -d':' | uniq)
without any '@file' occurrences.
After that I reviewed visually the patch.
It's OK for me.
Comment #4
gcbThanks for your nice clean patch and dedication to proper coding standards! committed.