Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
Исправление implements и заглушка для проверки шторма
  • Loading branch information
Иван Поддубный authored Mar 28, 2019
1 parent 775f91f commit 098bbe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bitrix-idehelper.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
<?php /** @noinspection PhpHierarchyChecksInspection */

namespace Bitrix\Main\Entity\Field {

class IReadable extends \Bitrix\Main\ORM\Fields\IReadable
class IReadable implements \Bitrix\Main\ORM\Fields\IReadable
{
}

class IStorable extends \Bitrix\Main\ORM\Fields\IStorable
class IStorable implements \Bitrix\Main\ORM\Fields\IStorable
{
}
}
Expand Down

0 comments on commit 098bbe4

Please sign in to comment.