We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24208bd commit 5539564Copy full SHA for 5539564
.github/FUNDING.yml
@@ -1 +1 @@
1
-open_collective: php-standard-library
+github: azjezz
src/constant.rs
@@ -23,7 +23,7 @@ impl Constant {
23
}
24
25
26
- pub fn documented<T: ToString>(mut self, documentation: Document) -> Self {
+ pub fn document(mut self, documentation: Document) -> Self {
27
self.documentation = Some(documentation);
28
29
self
@@ -104,7 +104,7 @@ impl ClassConstant {
104
105
106
107
108
109
110
0 commit comments