You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Ok_NotTheTargetFQN extends \Fully\Qualified\WP_CLI_Command { } // Ok - not the right namespace.
21
+
class Ok_NotTheTargetPQN extendsPartially\Qualified\WP_CLI_Command { } // Ok - not the right namespace.
22
+
class Bad_NamespaceRelative extendsnamespace\WP_CLI_Command { } // Warning - this is not a namespaced file, so "namespace" resolves to the global namespace.
0 commit comments