File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,9 @@ Options
154
154
maxSize
155
155
~~~~~~~
156
156
157
+ .. versionadded :: 2.6
158
+ The suffixes ``Ki `` and ``Mi `` were introduced in Symfony 2.6.
159
+
157
160
**type **: ``mixed ``
158
161
159
162
If set, the size of the underlying file must be below this file size in order
@@ -188,7 +191,7 @@ binaryFormat
188
191
When ``true ``, the sizes will be displayed in messages with binary suffixes
189
192
(KiB, MiB). When ``false ``, the sizes will be displayed with SI suffixes (kB,
190
193
MB). When ``null ``, then the binaryFormat will be guessed from the suffix
191
- defined in the maxSize option.
194
+ defined in the `` maxSize `` option.
192
195
193
196
For more information about the difference between binary and SI suffixes,
194
197
see `Wikipedia: Binary prefix `_.
You can’t perform that action at this time.
0 commit comments