Skip to content

Commit

Permalink
more fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 18, 2025
1 parent 9da3c3f commit 1d2d69e
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace helpers;

/**
* @see https://3v4l.org/3ccde
* it read with "helpers" as prefix with direct classname: helpers\VarDumper
*
* without needs of import, as directly in the same namespace
*/
class SkipDirectInnerWithSubnamespace extends VarDumper
{
}

0 comments on commit 1d2d69e

Please sign in to comment.