Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit 344dec5

Browse files
committed
Fix indentation in package.xml
1 parent e3d7423 commit 344dec5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@
227227
</stability>
228228
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
229229
<notes>
230-
** Bug
231-
* [PHP-1460] - Query with limit leaves open cursors on server
232-
* [PHP-1462] - Fix static compilation
233-
* [PHP-1464] - GridFS should not drop dupes when creating index
230+
** Bug
231+
* [PHP-1460] - Query with limit leaves open cursors on server
232+
* [PHP-1462] - Fix static compilation
233+
* [PHP-1464] - GridFS should not drop dupes when creating index
234234
</notes>
235235
</release>
236236

@@ -247,15 +247,15 @@
247247
</stability>
248248
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
249249
<notes>
250-
** Bug
251-
* [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
252-
* [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
253-
* [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
254-
* [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags
250+
** Bug
251+
* [PHP-1426] - Ensure buffer lengths are checked in bson_to_zval()
252+
* [PHP-1448] - Ensure DBPointer namespace length reads as little-endian
253+
* [PHP-1450] - Ensure strings are null-terminated in bson_to_zval()
254+
* [PHP-1453] - Ensure BSON buffer is checked before reading regex pattern/flags
255255

256-
** Improvement
257-
* [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
258-
* [PHP-1452] - bson_decode() should require exactly one document in buffer
256+
** Improvement
257+
* [PHP-1449] - Ensure value is freed when bson_to_zval() encounters an error
258+
* [PHP-1452] - bson_decode() should require exactly one document in buffer
259259
</notes>
260260
</release>
261261

0 commit comments

Comments
 (0)