We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b414f5c commit 77a0687Copy full SHA for 77a0687
reference/constraints/File.rst
@@ -154,6 +154,9 @@ Options
154
maxSize
155
~~~~~~~
156
157
+.. versionadded:: 2.6
158
+ The suffixes ``Ki`` and ``Mi`` were introduced in Symfony 2.6.
159
+
160
**type**: ``mixed``
161
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
-defined in the maxSize option.
194
+defined in the ``maxSize`` option.
195
196
For more information about the difference between binary and SI suffixes,
197
see `Wikipedia: Binary prefix`_.
0 commit comments