Skip to content

Commit dded829

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents fa21826 + e4e52dd commit dded829

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Catalogue/AbstractOperation.php

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,20 @@ abstract class AbstractOperation implements OperationInterface
3939
* This array stores 'all', 'new' and 'obsolete' messages for all valid domains.
4040
*
4141
* The data structure of this array is as follows:
42-
* ```php
43-
* array(
44-
* 'domain 1' => array(
45-
* 'all' => array(...),
46-
* 'new' => array(...),
47-
* 'obsolete' => array(...)
48-
* ),
49-
* 'domain 2' => array(
50-
* 'all' => array(...),
51-
* 'new' => array(...),
52-
* 'obsolete' => array(...)
53-
* ),
54-
* ...
55-
* )
56-
* ```
42+
*
43+
* array(
44+
* 'domain 1' => array(
45+
* 'all' => array(...),
46+
* 'new' => array(...),
47+
* 'obsolete' => array(...)
48+
* ),
49+
* 'domain 2' => array(
50+
* 'all' => array(...),
51+
* 'new' => array(...),
52+
* 'obsolete' => array(...)
53+
* ),
54+
* ...
55+
* )
5756
*
5857
* @var array The array that stores 'all', 'new' and 'obsolete' messages
5958
*/

0 commit comments

Comments
 (0)