diff --git a/src/ValueDescriptor.php b/src/ValueDescriptor.php new file mode 100644 index 0000000..d6a9dbc --- /dev/null +++ b/src/ValueDescriptor.php @@ -0,0 +1,50 @@ + The properties + */ + public function dump(): array + { + return [ + 'ns' => $this->ns, + 'id' => $this->id, + 'count' => $this->count, + ]; + } +}