1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/manual/codes/Coding standards - Coding Style - Classes.php

9 lines
143 B
PHP
Raw Normal View History

2006-10-01 13:58:19 +00:00
<?php
/**
* Documentation here
*/
class Doctrine_SampleClass {
// entire content of class
// must be indented four spaces
}