-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Use valid number of backslashes, depending on 1 or 2 ticks #11771
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
Conversation
@javiereguiluz I created a rule for the doctor 👍
@@ -13,7 +13,7 @@ simple principle: the logic is about creating the Response associated with a | |||
Request. | |||
|
|||
Let's create our very own namespace for our framework: ``Simplex``. Move the | |||
request handling logic into its own ``Simplex\\Framework`` class:: | |||
request handling logic into its own ``Simplex\Framework`` class:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -94,7 +94,7 @@ public methods and properties. | |||
.. caution:: | |||
|
|||
Classes, properties and methods that bear the tag ``@internal`` as well as | |||
the classes located in the various ``*\\Tests\\`` namespaces are an | |||
the classes located in the various ``*\Tests\`` namespaces are an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -199,7 +199,7 @@ assetic.formula_loader | |||
**Purpose**: Add a formula loader to the current asset manager | |||
|
|||
A Formula loader is a class implementing | |||
``Assetic\\Factory\Loader\\FormulaLoaderInterface`` interface. This class | |||
``Assetic\Factory\Loader\FormulaLoaderInterface`` interface. This class |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was definitely wrong before 😄 and now spotted by the doctor 💃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I make this mistake sometimes. I'll try to be more careful in the future. Thanks.
Don't worry, we will spot them automagically in the future 😃 |
…ks (OskarStark) This PR was merged into the 3.4 branch. Discussion ---------- Use valid number of backslashes, depending on 1 or 2 ticks @javiereguiluz I created a rule for the doctor 👍 After merging, I will check the other branches, too 👍 Commits ------- abe4c85 Use valid number of backslashes, depending on 1 or 2 ticks
@javiereguiluz I created a rule for the doctor 👍
After merging, I will check the other branches, too 👍