1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/codes/Coding standards - Coding Style - Classes.php
2006-10-01 13:58:19 +00:00

9 lines
143 B
PHP

<?php
/**
* Documentation here
*/
class Doctrine_SampleClass {
// entire content of class
// must be indented four spaces
}