fn php_entity_matches_qualified_scope(
staged_entities: &BTreeMap<String, GraphEntity>,
digest: Option<&String>,
scoped_parent: &str,
namespace: &str,
) -> Result<bool, CliError>Expand description
Confirm a PHP entity belongs to a qualified owner scope.