File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
app/code/Magento/Backend/Model
lib/internal/Magento/Framework/Code/Generator Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,8 @@ public function setFlags($flags)
401
401
402
402
/**
403
403
* @inheritDoc
404
+ *
405
+ * @phpstan-return void
404
406
*/
405
407
#[\ReturnTypeWillChange]
406
408
public function asort ($ flags = SORT_REGULAR )
@@ -410,6 +412,8 @@ public function asort($flags = SORT_REGULAR)
410
412
411
413
/**
412
414
* @inheritDoc
415
+ *
416
+ * @phpstan-return void
413
417
*/
414
418
#[\ReturnTypeWillChange]
415
419
public function ksort ($ flags = SORT_REGULAR )
@@ -454,6 +458,8 @@ public function setIteratorClass($iteratorClass)
454
458
455
459
/**
456
460
* @inheritDoc
461
+ *
462
+ * @phpstan-return void
457
463
*/
458
464
#[\ReturnTypeWillChange]
459
465
public function natsort ()
@@ -463,6 +469,8 @@ public function natsort()
463
469
464
470
/**
465
471
* @inheritDoc
472
+ *
473
+ * @phpstan-return void
466
474
*/
467
475
#[\ReturnTypeWillChange]
468
476
public function natcasesort ()
Original file line number Diff line number Diff line change 10
10
11
11
/**
12
12
* Abstract entity
13
+ *
14
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
15
*/
14
16
abstract class EntityAbstract
15
17
{
You can’t perform that action at this time.
0 commit comments