Skip to content

Commit e4e52dd

Browse files
Merge branch '2.8' into 3.4
* 2.8: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs
2 parents 9749930 + 537e71d commit e4e52dd

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)