Skip to content

Instantly share code, notes, and snippets.

View grEvenX's full-sized avatar

Even André Fiskvik grEvenX

View GitHub Profile
@grEvenX
grEvenX / styleguide.php
Created February 13, 2012 13:31 — forked from binarypie/styleguide.php
Oyatel PHP Code Style Guideline
<?php
/**
* Use PHPDoc notation when creating documentation for classes and functions
* Code indentation is TAB, do not use spaces!
*
* @param ObjectClassName $object This object does something
* @param int $options This integer can count by one
* @return echos json This function returns something
*/