Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Created August 5, 2019 00:22
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 matthewstokeley/2d8bcacb25d2312cf97d4bc2dbc1dcd8 to your computer and use it in GitHub Desktop.
Save matthewstokeley/2d8bcacb25d2312cf97d4bc2dbc1dcd8 to your computer and use it in GitHub Desktop.
<?php
// ...
str_repeat( self::tab, ( ( int ) $depth ) ) . str_repeat( self::tab, $nesting_level );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment