Skip to content

Commit afd6b0c

Browse files
committed
fix namespace
1 parent 31952b9 commit afd6b0c

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

stubs/Symfony/Bundle/FrameworkBundle/Configuration/ParamConverter.php

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;
4+
5+
class Entity
6+
{
7+
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;
4+
5+
class Method
6+
{
7+
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace Sensio\Bundle\FrameworkExtraBundle\Configuration;
4+
5+
class ParamConverter
6+
{
7+
}

0 commit comments

Comments
 (0)