Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 190 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 190 Bytes
  • Pull request accept
  • have fun

Accept Format Code like this:

public function test() : void
{
  echo 'test';
}

OR

public function cool() : void {
  echo 'cool';
}