mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Applied code formator
This commit is contained in:
		| @@ -8,8 +8,8 @@ use App\Entity\User; | ||||
|  | ||||
| /** | ||||
|  * Never execute this fixture on a livesystem! | ||||
|  * @author kevinfrantz | ||||
|  * | ||||
|  * @author kevinfrantz | ||||
|  */ | ||||
| class DummyFixtures extends Fixture | ||||
| { | ||||
|   | ||||
| @@ -1,7 +1,10 @@ | ||||
| <?php | ||||
|  | ||||
| namespace App\Entity\Source\Data; | ||||
|  | ||||
| use Doctrine\ORM\Mapping as ORM; | ||||
| use App\Entity\Source\AbstractSource;  | ||||
| use App\Entity\Source\AbstractSource; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|  * | ||||
| @@ -13,6 +16,4 @@ use App\Entity\Source\AbstractSource; | ||||
|  */ | ||||
| abstract class AbstractDataSource extends AbstractSource implements DataSourceInterface | ||||
| { | ||||
|      | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -1,4 +1,5 @@ | ||||
| <?php | ||||
|  | ||||
| namespace App\Entity\Source\Data; | ||||
|  | ||||
| use App\Entity\Source\SourceInterface; | ||||
| @@ -6,4 +7,3 @@ use App\Entity\Source\SourceInterface; | ||||
| interface DataSourceInterface extends SourceInterface | ||||
| { | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ use Symfony\Component\Validator\Constraints as Assert; | ||||
|  * @ORM\Table(name="source_data_name") | ||||
|  * @ORM\Entity(repositoryClass="App\Repository\NameSourceRepository") | ||||
|  */ | ||||
| final class NameSource extends AbstractDataSource implements NameSourceInterface  | ||||
| final class NameSource extends AbstractDataSource implements NameSourceInterface | ||||
| { | ||||
|     use NameAttribut; | ||||
|  | ||||
|   | ||||
| @@ -4,7 +4,6 @@ namespace App\Entity\Source\Data; | ||||
|  | ||||
| use App\Entity\Attribut\UserAttributInterface; | ||||
| use App\Entity\Attribut\NameSourceAttributInterface; | ||||
| use App\Entity\Source\SourceInterface; | ||||
|  | ||||
| /** | ||||
|  * @author kevinfrantz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user