Skip to content
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

変数が null かどうかをチェックする方法が symfony 現在のコーディング規約と違っている #4

Open
balibali opened this issue Aug 3, 2010 · 0 comments

Comments

@balibali
Copy link
Member

balibali commented Aug 3, 2010

To check if a variable is null or not, use the is_null() native PHP function
http://www.openpne.jp/coding-standards-en/

To check if a variable is null or not, don't use the is_null() native PHP function
http://trac.symfony-project.org/wiki/HowToContributeToSymfony#CodingStandards

http://trac.symfony-project.org/wiki/HowToContributeToSymfony?action=diff&version=18&old_version=17
http://trac.symfony-project.org/changeset/21908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant