Skip to content

Instantly share code, notes, and snippets.

@cedricziel
Created May 28, 2015 07:09
Show Gist options
  • Save cedricziel/500d037057343a8525e1 to your computer and use it in GitHub Desktop.
Save cedricziel/500d037057343a8525e1 to your computer and use it in GitHub Desktop.
<?php
/* SchwafelSchwafel, Schwafel! */
class CoolClass_Neu {
/**
* @return void
*/
public function doEtwas() {
$i = 1;
// ..
//nonsense
return 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment