1
0
mirror of synced 2024-12-15 23:56:02 +03:00
doctrine2/manual/codes/Coding standards - Coding Style - Classes.php

9 lines
143 B
PHP
Raw Normal View History

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