Add missing docblocks
This commit is contained in:
parent
bb07d6f78d
commit
590deedaeb
|
@ -2,8 +2,14 @@
|
|||
|
||||
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
|
||||
|
||||
/**
|
||||
* Class SculpinKernel
|
||||
*/
|
||||
class SculpinKernel extends AbstractKernel
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getAdditionalSculpinBundles()
|
||||
{
|
||||
return [
|
||||
|
|
Loading…
Reference in a new issue