Movatterモバイル変換


[0]ホーム

URL:


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

Small type and language changes in testing client (client_typo branch)#2

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
weaverryan wants to merge0 commits intosymfony:masterfromweaverryan:client_typo
Closed

Conversation

weaverryan
Copy link
Member

Hey Fabien-

One commit, several very minor changes. I'll be reading over many of the chapters in the next week or two. If you'd like me to consolidate these small changes over several chapters into one branch & less pull request, let me know. Otherwise, I'll keep to very small branches with more pull requests.

Thanks

@fabpot
Copy link
Member

Keep it that way, that's easier for everybody; small branches/changes/pull requests. Thanks.

weaverryan added a commit that referenced this pull requestDec 23, 2013
Improvements to registering an extension (#2)
fabpot referenced this pull request in fabpot/symfony-docsNov 12, 2014
Commits-------b239305 Fixed typoDiscussion----------Fixed typo
weaverryan pushed a commit that referenced this pull requestDec 26, 2014
weaverryan added a commit that referenced this pull requestDec 26, 2014
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes#4526).Discussion----------Deploy Symfony application on Platform.sh.Commits-------105088a Update map.rst.inc257e9a8 Coding standard for PHP block.18ca974 Fix coding standards#229988aa Use alphabetical order.75a1c56 Fix duplicated references.8fb400e Add some references.a8b6df8 Reference available services62f76bf Better match Symfony documentation standard.b70f413 Github => GitHubc2a5675 Fix typo and add Github link.b4383b5 Deploy Symfony application on Platform.sh.
weaverryan added a commit that referenced this pull requestDec 26, 2014
* 2.3:  Update map.rst.inc  Coding standard for PHP block.  Fix coding standards#2  Use alphabetical order.  Fix duplicated references.  Add some references.  Reference available services  Better match Symfony documentation standard.  Github => GitHub  Fix typo and add Github link.  Deploy Symfony application on Platform.sh.
weaverryan added a commit that referenced this pull requestDec 26, 2014
* 2.5:  Update map.rst.inc  Coding standard for PHP block.  Fix coding standards#2  Use alphabetical order.  Fix duplicated references.  Add some references.  Reference available services  Better match Symfony documentation standard.  Github => GitHub  Fix typo and add Github link.  Deploy Symfony application on Platform.sh.
weaverryan added a commit that referenced this pull requestDec 26, 2014
* 2.7:  Update map.rst.inc  Coding standard for PHP block.  Fix coding standards#2  Use alphabetical order.  Fix duplicated references.  Add some references.  Reference available services  Better match Symfony documentation standard.  Github => GitHub  Fix typo and add Github link.  Deploy Symfony application on Platform.sh.
ownsourcing added a commit to ownsourcing/symfony-docs that referenced this pull requestDec 27, 2014
Radical proposalsymfony#1: focus more specifically on creating pages in this document and put related (but not precisely 'dependent') discussions of directories, bundles and environments in a separate document called Structuring a Symfony App. Radical proposalsymfony#2: take a heavy axe to The Book to eliminate every description, explanation and detail that's not at the highest possible altitude. Replace extraneous detail with links to the deeper information elsewhere, e.g. Best Practices. The ideal outcome would be DRYer docs and an easier to read and maintain The Book.Keep in mind that I'm a person with 'fresh eyes' vs one with a clear understanding of all objectives that must be met on this introductory page. I expect the best course is something between what I propose and what is currently there.That said, this revision takes an initial stab, so please feel free to use or ignore as you see fit.
weaverryan added a commit that referenced this pull requestJul 2, 2015
…pot, lyrixx, jdreesen, catchamonkey, gnugat, andreia, Arnaud Kleinpeter, willdurand, amitayh, nanocom, hrbonz, Pedro Gimenez, ubick, dirkaholic, bamarni, revollat, javiereguiluz)This PR was merged into the 2.3 branch.Discussion----------Integrate the "Create your own framework" tutorialThis is a follow-up of the stalled#4455 PR. I've made most, but not all, of the changes proposed by reviewers.Specifically, I haven't changed the occurrences of `we` by `you`. The reason is that it's too much work. The original PR (submitted 8 months ago) died for that reason. So here it is my question: could we bypass the `we -> you` changes to merge it as soon as possible and fix that in further pull requests?Commits-------bca9bae Updated doc references in the map.rst.inc file108f109 Removed the numbers from the file namesdb9fa43 Made a lot of improvements suggested by reviewers126bcef removed external references alignement13a7170 made some changes to better integrate the tutorial into the current documentationbf9c871 fixed markupd44e4a2 added the new tutorial in the main index73cd243 added the "Create your own framework" tutorial409dba5 move things aroundf303b20 removed versions when adding Symfony component with Composer55f5c12 updated the whole book (changes mainly related to Composer)842e4d1 bug#25 Update part06.rst (revollat)a1336e0 Update part06.rstd802d42 updated code for Symfony 2.3 and made minor tweaks to the textf3c151c reworded slightly some sentence to convert the text from a series of articles to a bookca9d5d8 removed unused references249b704 added missing linksf6656e4 removed a note that is not relevant anymore10e2732 added an index filec88c20a removed usage of the ClassLoader component in favor of Composer2ddd8b9 merged branch bamarni/master (PR#24)799e963 updated composer autoload path91e46f6 removed the paragraph about CS as we now have standards43e2e35 Merge pull request#23 from dirkaholic/master6e01599 Fix little typoe8c19f7 Merge pull request#22 from ubick/master8e7106d Fixed a typo in part02.rst (<php changed to <?php)c087780 merged branch amitayh/master (PR#17)0d6beb1 merged branch pedrotgimenez/part11 (PR#21)60617d7 Fixed one typo.aae0705 fixed CS9533f9a merged branch hrbonz/part12_fixes (PR#19)d0ff8bc updated titles400c087 add framework code as people would probably modify it following first code example (putting object creations in src/Simplex/Framework.php)de69a87 HttpKernel name can't be imported twice, if importing only Symfony\Component\HttpKernel\HttpKernel there will be problems later with HttpKernel subclasses (HttpKernel\Controller\ControllerResolver first and the others following). Could use 'use ... as ...' but I don't like it.006b1e2 fixed markup1f43dbf removed conflict merge0941f47 merged branch Nanocom/master (PR#18)d907d46 Fixed typosdb59374 fixed typo11886e6 Merge branch 'master' ofhttps://github.com/amitayh/Create-Your-Frameworka8a2da0 Fixed part 12 typos26bef8d Fixed typos9bc692f added part 120b7581d merged branch willdurand/patch-1 (PR#16)16b5b09 Fixed typo831adec merged branch Nanocom/master (PR#15)a3f0b31 Corrected few typosae1171a merged branch jdreesen/patch-3 (PR#10)7a8e449 merged branch Nanocom/master (PR#14)09969d9 added part 1176e45f9 fixed markupfda9900 fixed pygments code name for json02aab54 Corrected some english errors8399581 moved the Context::fromRequest() code to the Framework class111cac0 removed some use statement to be more consistent with previous partsa635d89 added part 10bde64c8 made small tweaks54e1b08 added a note in part 8f00401d added part 85674395 renamed part as we now know that we are going to have more than 10 parts479a85e fixed typosa0b1d42 merged branch gnugat/part7-typo-simple (PR#12)9ffd186 [part7] Fixing typo: adding 'x' to Simple/Framework class97743fb added part 7fdb195c added part 60ce2a83 fixed some typosdb0ad14 added part 5bd3ca8e fixed extract() calls7e8da09 fixed typo (closes#8)1473eec fixed typo358b4c8 added part 4255577f went back to 2.1.* in composer.json files3d46b1d merged branch jdreesen/patch-2 (PR#7)a18f827 fixed typos18d376e updated composer.json26be81c added part 34b39fc0 removed the path to composer.json as JSON doe snot support comments but some people copy/paste this line too00e524e fixed ambiguity (closes#6)6fe23c0 merged branch andreia/master (PR#5)95edc8d Add missing colon to code-block7e5cd41 merged branch gnugat/part2-typo-where-where (PR#4)4c2e4f9 [part2] Fixinng typo: removing one of the double whereee67eee fixed markup94db3cb merged branch catchamonkey/patch-1 (PR#3)a4f52d9 added links to projectsfcaf268 Fixes grammatical error2c79d42 added part 213ba87c added a tip about the Composer autoloaderb93c118 merged branch jdreesen/patch-1 (PR#2)269c6ce merged branch lyrixx/patch-1 (PR#1)b239305 Fixed typo8ed4076 Fixed typo99c5c08 added a LICENSE file0ef3f8e added part 1
lsmith77 pushed a commit to lsmith77/symfony-docs that referenced this pull requestMay 3, 2018
BooleanType pushed a commit to BooleanType/symfony-docs that referenced this pull requestJan 10, 2021
IMHO, rulesymfony#1 should be applied instead of rulesymfony#2, because URI and IP match is enough for rulesymfony#1.
HeahDude added a commit to HeahDude/symfony-docs that referenced this pull requestAug 11, 2022
javiereguiluz added a commit that referenced this pull requestFeb 24, 2025
…viviengaetan)This PR was merged into the 6.4 branch.Discussion----------[Console] Remove invalid ProcessHelper specified usageSince Symfony 6.0, the ProcessHelper have the `$cmd` argument from its two methods `run()` and `mustRun()` typed as `array|Process` [source](https://github.com/symfony/symfony/blob/6.0/src/Symfony/Component/Console/Helper/ProcessHelper.php).When you try to run as described in the documentation with a string, PHP will throw a TypeError```Fatal error: Uncaught TypeError: Symfony\Component\Console\Helper\ProcessHelper::run(): Argument#2 ($cmd) must be of type Symfony\Component\Process\Process|array, string given, called in /app/src/FooCommand.php on line 22 and defined in /app/vendor/symfony/console/Helper/ProcessHelper.php:35```Documentation is invalid since 6.0 up to the latest version.Commits-------4f64107 [Console] Remove invalid ProcessHelper specified usage
This pull request wasclosed.
Sign up for freeto 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.

2 participants
@weaverryan@fabpot

[8]ページ先頭

©2009-2025 Movatter.jp