#phpdoc 搜尋結果

I can use this so many times. #php #docs #phpdoc

mcloide's tweet image. I can use this so many times. #php #docs #phpdoc

Thanks #phpdoc for not helping me, but others!

Fabian_ikono's tweet image. Thanks #phpdoc for not helping me, but others!

Intersection types & other #PHPDoc improvements available for your enjoyment on #PHPStan playground phpstan.org/r/839f70ea7864…. PR with more info: github.com/phpstan/phpsta…

JanTvrdik's tweet image. Intersection types & other #PHPDoc improvements available for your enjoyment on #PHPStan playground phpstan.org/r/839f70ea7864….

PR with more info:
github.com/phpstan/phpsta…

Such a great Meetup about #DocBlock & #PHPDoc!! There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad

jagumepani's tweet image. Such a great Meetup about #DocBlock & #PHPDoc!! 
There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad
jagumepani's tweet image. Such a great Meetup about #DocBlock & #PHPDoc!! 
There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad

This @phpstorm auto complete feature inside #phpdoc is awesome! @hhariri Well done 👏😁 (pt-br code)

fmertins's tweet image. This @phpstorm auto complete feature inside #phpdoc is awesome! @hhariri Well done 👏😁 (pt-br code)

Looks normal until you realize `WP_User` is a #PHP class. Yes, #PHPDoc comments are compiled into XMLDoc, packed into #NuGet and served to Visual Studio' #IntellISense. @dotnet #PHP7 @pchpcompiler @nuget

misekjakub's tweet image. Looks normal until you realize `WP_User` is a #PHP class. Yes, #PHPDoc comments are compiled into XMLDoc, packed into #NuGet and served to Visual Studio' #IntellISense.
@dotnet #PHP7 @pchpcompiler @nuget

Just updated #PhpTools for #VsCode – The new #PHPDoc generator writes the code for you: just type /** and don’t forget to enable the “editor.formatOnType” setting. #PHP #PHP7 #IDE #snippet 👍 marketplace.visualstudio.com/items?itemName…


Today's update of #phptools for #VS @Code - #PHPDoc completion and fixes! Update or check out more at marketplace.visualstudio.com/items?itemName… #PHP #vscode #intellisense #debug


is this -> http://www.phpdoc.org still an active project #php #phpdoc


Just set up new coding documentation standards for my team. We'll be using phpdoc. #PHP #phpdoc ow.ly/QGtcR


Wrong: string $user Either a string or a UserInterface Right: string | UserInterface $user #phpDoc #doItRight


Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

php4vs's tweet image. Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

PHPDocで関数(メソッド)ヘッダを記述する際、型宣言している場合はその型を書いてしまって構わないらしい #PHP #PHPDoc #プログラミング zonuexe.github.io/phpDocumentor2…


Is there any "rule" for sorting #phpdoc return types? The example in the docs shows "stdClass|null". Personally I prefer to have "nullable" properties list "null|Foo" first. docs.phpdoc.org/3.0/guide/refe…

webdevilopers's tweet image. Is there any "rule" for sorting #phpdoc return types?
The example in the docs shows "stdClass|null". Personally I prefer to have "nullable" properties list "null|Foo" first.

docs.phpdoc.org/3.0/guide/refe…

Reflection over #PHPDoc with #PHP http://abcphp.com/54761/


Even with modern #PHP versions, the only way to show that a method throws an exception is #PHPDoc, right? Are there any ideas / RFCs / plans to include this at the language level?


Yes, it returns: '#PHPDoc tag @return contains unresolvable type#' Stubs could be a working way, but there are hundreds of such classes; I don't want to generate so many stubs.


Is it possible in @phpDocumentor to disable the generation of the "file index"? The one that gets generated at "/indices/files" (eg: phpdoc.mahocommerce.com/indices/files)? #php #phpdoc #phpdocumentor


Over a few days I am working on getting #phpstan faster for big union #phpdoc types. 2 PullRequests landed (#2843, #2851) which should improve performance for these edge cases by ~10% and another ~25% 🚀 e.g. #propelorm based projects seem to benefit from it.


PHPDocで関数(メソッド)ヘッダを記述する際、型宣言している場合はその型を書いてしまって構わないらしい #PHP #PHPDoc #プログラミング zonuexe.github.io/phpDocumentor2…


Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

php4vs's tweet image. Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

#Laravel #PHP #PHPDoc LaravelでModelのAttributeやScope系メソッドをtraitで外出ししたいのだが、traitでも$thisで補完効くようにするには各メソッドに /** @￰var Hoge $this */ と書いていくしかないのだろうか?


Is there any "rule" for sorting #phpdoc return types? The example in the docs shows "stdClass|null". Personally I prefer to have "nullable" properties list "null|Foo" first. docs.phpdoc.org/3.0/guide/refe…

webdevilopers's tweet image. Is there any "rule" for sorting #phpdoc return types?
The example in the docs shows "stdClass|null". Personally I prefer to have "nullable" properties list "null|Foo" first.

docs.phpdoc.org/3.0/guide/refe…

Releasing v1.9.9479 for VS @Code🥳 #PHP integration with the debugger, debug adornments, and extensive IntelliSense.. NOW with the support for #PHPDoc with GENERICS and support for extended syntax for PHPStan and Psalm 🌍 marketplace.visualstudio.com/items?itemName… #xdebug #drupal #laravel #phpunit


A good programmer who takes responsibility for communicating with other programmers must support documentation. While we develop themes or plugins for the Opencart and found PHPDoc which makes documenting our PHP projects easy. #phpdoc #php #documentation webocreation.com/blog/the-easie…


Was ist denn das mit #phpDoc? 'access' gibts in der TagReference (docs.phpdoc.org/3.0/guide/refe… ) nicht mehr aber im Manual (manual.phpdoc.org/HTMLSmartyConv… ) Ich kann SO nicht dokumentieren. Wozu gibt es bitte Standards?


Se trabalhas ou trabalhas-te com #PHP, certamente já te cruzas-te com o #PHPDoc. Vem descobrir o que é e como podes aplicar nos teus projetos. buff.ly/32u8u9c #programacao #desenvolvimento #desenvolvimentoweb #webdevelopment

Tevez_15's tweet image. Se trabalhas ou trabalhas-te com #PHP, certamente já te cruzas-te com o #PHPDoc. Vem descobrir o que é e como podes aplicar nos teus projetos.

buff.ly/32u8u9c
#programacao #desenvolvimento 
#desenvolvimentoweb #webdevelopment

Kijk, zo zien we dat graag ! :-D #unitTesting #phpDoc dat soort dingen ! :-) *jeej*

Xantioss's tweet image. Kijk, zo zien we dat graag ! :-D #unitTesting #phpDoc dat soort dingen ! :-) *jeej*

I can use this so many times. #php #docs #phpdoc

mcloide's tweet image. I can use this so many times. #php #docs #phpdoc

Such a great Meetup about #DocBlock & #PHPDoc!! There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad

jagumepani's tweet image. Such a great Meetup about #DocBlock & #PHPDoc!! 
There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad
jagumepani's tweet image. Such a great Meetup about #DocBlock & #PHPDoc!! 
There’s always a lot to learn from tech communities #WordPress #meetup @WCAhmedabad

Today's update of #phptools for #VS @Code - #PHPDoc completion and fixes! Update or check out more at marketplace.visualstudio.com/items?itemName… #PHP #vscode #intellisense #debug


Thanks #phpdoc for not helping me, but others!

Fabian_ikono's tweet image. Thanks #phpdoc for not helping me, but others!

Allow missing parameters with type hints in #phpstorm, to stop getting weak warnings about it #PHPDoc #php

daily_web_dev's tweet image. Allow missing parameters with type hints in #phpstorm, to stop getting weak warnings about it  #PHPDoc #php

Just updated #PhpTools for #VsCode – The new #PHPDoc generator writes the code for you: just type /** and don’t forget to enable the “editor.formatOnType” setting. #PHP #PHP7 #IDE #snippet 👍 marketplace.visualstudio.com/items?itemName…


Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

php4vs's tweet image. Check out the blog post on Generics in #PHP using DocComments. Learn how to use this powerful feature to improve your code and make it more efficient. #PHPTools #PHPDoc #VisualStudio #VSCode blog.devsense.com/2022/generics-…

This @phpstorm auto complete feature inside #phpdoc is awesome! @hhariri Well done 👏😁 (pt-br code)

fmertins's tweet image. This @phpstorm auto complete feature inside #phpdoc is awesome! @hhariri Well done 👏😁 (pt-br code)

Intersection types & other #PHPDoc improvements available for your enjoyment on #PHPStan playground phpstan.org/r/839f70ea7864…. PR with more info: github.com/phpstan/phpsta…

JanTvrdik's tweet image. Intersection types & other #PHPDoc improvements available for your enjoyment on #PHPStan playground phpstan.org/r/839f70ea7864….

PR with more info:
github.com/phpstan/phpsta…

The new #PHPDoc, built from Twitter bootstrap, looks good. Give it a try @fredericlam

sylvainartois's tweet image. The new #PHPDoc, built from Twitter bootstrap, looks good. Give it a try @fredericlam

I am excited to watch, how our guest developers are playing with #ZendFramework and #PHPDOC ...

ceckoslab's tweet image. I am excited to watch, how our guest developers are playing with #ZendFramework and #PHPDOC ...

Looks normal until you realize `WP_User` is a #PHP class. Yes, #PHPDoc comments are compiled into XMLDoc, packed into #NuGet and served to Visual Studio' #IntellISense. @dotnet #PHP7 @pchpcompiler @nuget

misekjakub's tweet image. Looks normal until you realize `WP_User` is a #PHP class. Yes, #PHPDoc comments are compiled into XMLDoc, packed into #NuGet and served to Visual Studio' #IntellISense.
@dotnet #PHP7 @pchpcompiler @nuget

SimpleXMLMapper - map XML to #php objects using #phpDoc reflection dlvr.it/Nb9ncQ

gradar's tweet image. SimpleXMLMapper - map XML to #php objects using #phpDoc reflection dlvr.it/Nb9ncQ

Automating #php Library Documentation with #phpDoc, Sami, GitHub, Travis CI and Surge dlvr.it/PBdyrn

gradar's tweet image. Automating #php Library Documentation with #phpDoc, Sami, GitHub, Travis CI and Surge dlvr.it/PBdyrn

Se trabalhas ou trabalhas-te com #PHP, certamente já te cruzas-te com o #PHPDoc. Vem descobrir o que é e como podes aplicar nos teus projetos. buff.ly/32u8u9c #programacao #desenvolvimento #desenvolvimentoweb #webdevelopment

Tevez_15's tweet image. Se trabalhas ou trabalhas-te com #PHP, certamente já te cruzas-te com o #PHPDoc. Vem descobrir o que é e como podes aplicar nos teus projetos.

buff.ly/32u8u9c
#programacao #desenvolvimento 
#desenvolvimentoweb #webdevelopment

Loading...

Something went wrong.


Something went wrong.


United States Trends