mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
deleted PhpStorm generated comments
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:47
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
|
@@ -1,11 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:42
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
|
@@ -1,11 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:42
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns\AbstractFactory;
|
||||
|
||||
|
@@ -1,11 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:28
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns;
|
||||
|
||||
|
@@ -1,11 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by JetBrains PhpStorm.
|
||||
* User: dominik
|
||||
* Date: 21.08.11
|
||||
* Time: 15:16
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
|
||||
namespace DesignPatterns;
|
||||
|
||||
@@ -20,7 +13,6 @@ namespace DesignPatterns;
|
||||
* - Logger (May also be a Multiton if there are many Logfiles for several purposes)
|
||||
* - Lock file for the application (there is only one in the filesystem ...)
|
||||
*
|
||||
*
|
||||
*/
|
||||
class Singleton
|
||||
{
|
||||
|
Reference in New Issue
Block a user