Skip to content

Instantly share code, notes, and snippets.

@waterada
Created December 8, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waterada/7532e2c2384b2dcadcd4 to your computer and use it in GitHub Desktop.
Save waterada/7532e2c2384b2dcadcd4 to your computer and use it in GitHub Desktop.
PHPコードのレビュー結果を共有してみる ref: http://qiita.com/waterada/items/197a5c14c6d088839c51
/**
* ○○を返す
* @param $aa aaを渡す
* @return エラーメッセージ or string で○○
*/
/**
* ○○を返す
* @param string $aa aaを渡す
* @return array|string エラーメッセージ or string で○○
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment