/
githubmirror
/
symfony
Обзор
Документация
Войти
/
githubmirror
/
symfony
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.2
src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackBlockInterface.php
20 строк
425 B
Fabien Potencier
[Notifier] added the component
05 окт 2019, 13:48
05 окт 2019, 13:48
7f97a3f
Код
Авторство
О чём код?
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Notifier\Bridge\Slack\Block; /** * @author Fabien Potencier <fabien@symfony.com> */ interface SlackBlockInterface { public function toArray(): array; }