Skip to content

Instantly share code, notes, and snippets.

@poing
Created February 1, 2019 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poing/40a2aff5587d359863d0deb6eafe47ff to your computer and use it in GitHub Desktop.
Save poing/40a2aff5587d359863d0deb6eafe47ff to your computer and use it in GitHub Desktop.
<?php
namespace Vendorname\Projectname\Some\Long\Path;
class Cats
{
public function sound() { return 'meow'; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment