Commit ca4c9ed
committed
Don't include descriptions in the generated DocBlocks
These mostly just duplicate the PHP documenation. Developers are unlikely to
refer to these for the PHP documentation, and they can still inspect the
return type to confirm that, e.g., `false` will not be returned.
Instead, only include the type information.
This reduces the size of the generated code from 6.27Mb to 2.79Mb.
Part of #706.1 parent 98d020e commit ca4c9ed
1 file changed
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 129 | + | |
133 | 130 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 131 | + | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
| |||
147 | 142 | | |
148 | 143 | | |
149 | 144 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | 145 | | |
154 | 146 | | |
155 | | - | |
| 147 | + | |
156 | 148 | | |
157 | 149 | | |
158 | 150 | | |
| |||
0 commit comments