Skip to content

Instantly share code, notes, and snippets.

@torniker
Created January 30, 2016 19:59
Show Gist options
  • Save torniker/a7125e26be481a76db45 to your computer and use it in GitHub Desktop.
Save torniker/a7125e26be481a76db45 to your computer and use it in GitHub Desktop.
{
// Default pattern
"start_dir_pattern": "^.*?((?:[\/\\\\][A-Z][^\/\\\\]*)+)$",
"namespace_prefix": "App",
"exclude_dir": [],
// Need the php binary to work
"allow_use_from_global_namespace" : true,
// Use "inline" to include the namespace just after the <?php opening tag
"namespace_position" : "inline",
// Sort the list of use statements by their line length
"use_sort_length": false,
// Visibility of properties generated by the "insert constructor property"
// command. "public", "protected" or "private"
"visibility": "private"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment