Skip to content

Fix namespace sorting of capitalcase #120

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

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

Conversation

Jeroeny
Copy link
Contributor

@Jeroeny Jeroeny commented Oct 13, 2022

  • bug fix
  • BC break? no

Before

use App\QueryCostSet;
use App\QueryCostsBootstrapped;

After

use App\QueryCostsBootstrapped;
use App\QueryCostSet;

@dg
Copy link
Member

dg commented Oct 13, 2022

I think that this is better:

use App\QueryCostP;
use App\QueryCostR;
use App\QueryCostT;
use App\QueryCostsBootstrapped;
use App\QueryCostsXyz;

than this:

use App\QueryCostP;
use App\QueryCostR;
use App\QueryCostsBootstrapped;
use App\QueryCostsXyz;
use App\QueryCostT;

@dg dg force-pushed the master branch 14 times, most recently from 961e611 to ee36514 Compare November 28, 2024 16:48
@dg dg force-pushed the master branch 4 times, most recently from 5ac6c08 to d201c9b Compare November 29, 2024 01:41
@dg dg force-pushed the master branch 2 times, most recently from 56e0ce3 to 4280604 Compare March 31, 2025 00:33
@dg dg force-pushed the master branch 9 times, most recently from cefb945 to 1be42b2 Compare August 6, 2025 18:24
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.

4 participants