for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Nopolabs\Yabot\Slack;
class Bots extends AbstractIdNameMap
{
protected function getId($thing): string
return $thing->getId();
}
protected function getName($thing): string
return $thing->getName();