Commit c8bcbb9
committed
minor #664 [Store][Postgres] Remove redundant PHPDoc from
This PR was merged into the main branch.
Discussion
----------
[Store][Postgres] Remove redundant PHPDoc from `query` method
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
The PHPDoc comment for the query method in the Postgres Store class was identical to the interface definition and didn't add any value. The interface already documents the parameter and return types.
Commits
-------
12c13c0 Remove redundant PHPDoc from Postgres Store query methodquery method (OskarStark)1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 130 | | |
136 | 131 | | |
137 | 132 | | |
| |||
0 commit comments