- Added spaces after if/foreach/catch - Added new line before end of file - Added or removed spaces before/after parenthesis, comma - Added spaces around string concat Change-Id: I0590070f1b3542108e242730e8d9a3ba9831e94f
6 lines
78 B
PHP
6 lines
78 B
PHP
<?php
|
|
|
|
/**
|
|
* @since 1.20
|
|
*/
|
|
class TimestampException extends MWException {}
|