phpdoc

    0熱度

    2回答

    使用@if (Auth::check())時,PhpStorm不識別Auth。 我該如何告訴PhpStorm Auth是\Illuminate\Support\Facades\Auth? 測試: @php use Illuminate\Support\Facades\Auth; /** @var \Illuminate\Support\Facades\Auth Auth */ class A

    0熱度

    2回答

    我總是在我的phpdoc中使用冒號。例如,而不是: /** Some comment * *@private * *@param string $sTable The name of the table *@return bool True otherwise void *@example className->tableExists($sTable); *@since date

    0熱度

    1回答

    這是我的配置梨,我會執行php doc命令時出現此錯誤。林在Mac OS塞拉利昂和我的php -v PHP是30年6月5日(CLI)(建:2017年2月7日16時18分37秒) phpdoc --filename first-doc.php -t docs PHP Warning: require(PhpDocumentor/phpDocumentor/phpdoc.inc): failed t

    0熱度

    1回答

    我在我的項目中有一堆文件夾,我試圖忽略。不幸的是,phpDocumentor似乎試圖訪問一些文件夾,並獲得「權限被拒絕」的錯誤。 Parsing C:\Users\Public\xampp\htdocs\select_user.php PHP Warning: file_get_contents(C:\Users\Public\xampp\htdocs\sql): failed to open

    0熱度

    1回答

    我正在寫很多單元測試,恐怕有一天我會回來閱讀測試代碼,不能理解測試的內容。 的問題是:我如何使用文件PHPDoc的PHPUnit的測試?

    2熱度

    2回答

    一般的返回類型,這是我如何得到我的IDE(PhpStorm 2017)認識到,我沒有得到正式聲明變量的類型: /* * @var User $user */ foreach($users as $user){} IDE隨後知道$user屬於User類。現在我面臨的情況與這一行: Yii::app()->user->login() 具體來說,IDE不知道什麼類型的user是。我得到警告

    0熱度

    1回答

    有了這樣的函數的結果: function cancel($thing_id) { $this->Thing->id = $thing_id; return $this->Thing->cancel(); } 如何格式化@return以反映我回另一個函數調用的結果?

    0熱度

    1回答

    我真的很喜歡PhpStorm及其文檔生成器根據phpDoc。現在我在快速文檔中與返回類型暗示糾纏在一起。例如,我有這樣的代碼: $import_type = $this->importContainer->getType()->getSelectedSchema(); 和ImportContainer類我有這個getType方法: /** * @return \Easyk\inout\InO

    0熱度

    1回答

    我想用Symfony3使用phpDocumentor。因爲他們不符合解釋here我已經安裝phpDocumentor使用梨作爲recomended。 我的buidl.xml像這樣調用它。 <target name="phpdoc" description="Generate API documentation using PHPDocumentor"> <exec logoutput="

    0熱度

    1回答

    是否有可能從我們正在處理的所有文件或文件中刪除/刪除所有PHPDoc? 我的意思是這件事和所有其他評論一樣,PHPDoc的等