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