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

Move from psr-0 to psr-4 #2247

Merged
merged 1 commit into from May 2, 2021
Merged

Move from psr-0 to psr-4 #2247

merged 1 commit into from May 2, 2021

Conversation

divine
Copy link
Contributor

@divine divine commented May 2, 2021

The time has come, we need to finally move from psr-0 to psr-4.

This change wouldn't be a breaking change and everything should fine.

cc @Smolevich

Thanks!

@divine divine requested a review from Smolevich May 2, 2021 00:27
@codecov-commenter
Copy link

codecov-commenter commented May 2, 2021

Codecov Report

Merging #2247 (0a08d50) into master (7406a3b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2247   +/-   ##
=========================================
  Coverage     86.88%   86.88%           
  Complexity      664      664           
=========================================
  Files            33       33           
  Lines          1556     1556           
=========================================
  Hits           1352     1352           
  Misses          204      204           
Impacted Files Coverage Δ Complexity Δ
src/Auth/DatabaseTokenRepository.php 0.00% <ø> (ø) 8.00 <0.00> (?)
src/Auth/PasswordBrokerManager.php 0.00% <ø> (ø) 1.00 <0.00> (?)
src/Auth/PasswordResetServiceProvider.php 33.33% <ø> (ø) 2.00 <0.00> (?)
src/Auth/User.php 0.00% <ø> (ø) 0.00 <0.00> (?)
src/Collection.php 89.47% <ø> (ø) 5.00 <0.00> (?)
src/Connection.php 88.73% <ø> (ø) 39.00 <0.00> (?)
src/Eloquent/Builder.php 87.93% <ø> (ø) 22.00 <0.00> (?)
src/Eloquent/EmbedsRelations.php 100.00% <ø> (ø) 8.00 <0.00> (?)
src/Eloquent/HybridRelations.php 93.58% <ø> (ø) 34.00 <0.00> (?)
src/Eloquent/Model.php 93.63% <ø> (ø) 83.00 <0.00> (?)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7406a3b...0a08d50. Read the comment docs.

@Smolevich Smolevich merged commit 753cfde into mongodb:master May 2, 2021
@divine divine deleted the psr-four branch May 5, 2021 05:41
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

3 participants