-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Refactors lib/private/FullTextSearch #38996
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
Refactors lib/private/FullTextSearch #38996
Conversation
629e918 to
b920fb1
Compare
93c565c to
217101a
Compare
217101a to
a7beea1
Compare
|
@come-nc Anything I need to change in this PR? I believe the integration workflow may have timed out. |
a7beea1 to
e03294a
Compare
|
@fsamapoor autoloaders are not up to date, probably because of the new Exception class, please run build/autoloaderchecker.sh and commit the files with new classes. |
e03294a to
4312e2d
Compare
@come-nc Done. |
4312e2d to
82d2ddf
Compare
lib/public/FullTextSearch/Exceptions/FullTextSearchIndexNotAvailableException.php
Show resolved
Hide resolved
82d2ddf to
05e043b
Compare
05e043b to
ece1e78
Compare
ece1e78 to
1e76d5e
Compare
1e76d5e to
144e809
Compare
Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <[email protected]> Co-authored-by: Côme Chilliet <[email protected]>
Signed-off-by: Faraz Samapoor <[email protected]> Co-authored-by: Côme Chilliet <[email protected]>
144e809 to
cdf9d94
Compare
Following previous PRs taking advantage of PHP8's constructor property promotion in
/core/namespace, I have also made the required adjustments to the classes in/lib/private/FullTextSearchnamespace.The improvements in this PRs include: