Skip to content

Commit

Permalink
Add author name
Browse files Browse the repository at this point in the history
  • Loading branch information
pjpawel committed Nov 23, 2022
1 parent b42f835 commit bd266e5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Controller/AbstractMagisController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response;

/**
* @author Paweł Podgórski <[email protected]>
*/
class AbstractMagisController extends AbstractController
{

Expand Down
3 changes: 3 additions & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;

/**
* @author Paweł Podgórski <[email protected]>
*/
class Configuration implements ConfigurationInterface
{

Expand Down
3 changes: 3 additions & 0 deletions src/DependencyInjection/MagisExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;

/**
* @author Paweł Podgórski <[email protected]>
*/
class MagisExtension extends Extension
{

Expand Down
3 changes: 3 additions & 0 deletions src/MagisBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use Symfony\Component\HttpKernel\Bundle\Bundle;

/**
* @author Paweł Podgórski <[email protected]>
*/
class MagisBundle extends Bundle
{
}

0 comments on commit bd266e5

Please sign in to comment.