Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Jeroeny wants to merge 15 commits into nette:master
base: master
Choose a base branch
Loading
from Jeroeny:patch-1
Open

Conversation

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
edited
Loading

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;
milo, JanTvrdik, and kosciuk reacted with thumbs up emoji

@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
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /