Skip to content

Commit

Permalink
Remove PhpStorm comments (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns authored Aug 12, 2024
1 parent 36a85f2 commit 219e563
Show file tree
Hide file tree
Showing 77 changed files with 4 additions and 499 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 02.07.18
* Time: 12:49.
*/

namespace App\Exceptions\AccessRates;

class NoAccessRateFound extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 2019-03-22
* Time: 15:28.
*/

namespace App\Exceptions;

class GeoFormatException extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.10.18
* Time: 13:56.
*/

namespace App\Exceptions\Manufacturer;

class ApiCallDoesNotSupportedException extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.10.18
* Time: 13:56.
*/

namespace App\Exceptions\Manufacturer;

class MeterIsNotReadable extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.06.18
* Time: 01:18.
*/

namespace App\Exceptions\Meters;

class MeterIsNotAssignedToCustomer extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.06.18
* Time: 01:12.
*/

namespace App\Exceptions\Meters;

class MeterIsNotInUse extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 05.06.18
* Time: 15:38.
*/

namespace App\Exceptions;

class PaymentProviderNotIdentified extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.06.18
* Time: 01:47.
*/

namespace App\Exceptions\Tariffs;

class TariffNotFound extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 05.06.18
* Time: 13:15.
*/

namespace App\Exceptions;

class TransactionFetchingException extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 31.05.18
* Time: 12:46.
*/

namespace App\Exceptions;

class ValidationException extends \Exception
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 02.10.18
* Time: 10:44.
*/

namespace App\Http\Controllers;

use App\Models\Transaction\Transaction;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 31.07.18
* Time: 10:47.
*/

namespace App\Http\Controllers;

use App\Http\Resources\ApiResource;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 09.10.18
* Time: 19:08.
*/

namespace App\Http\Controllers;

use App\Http\Requests\SmsRequest;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Http/Requests/ClusterRequest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 2019-03-22
* Time: 16:35.
*/

namespace App\Http\Requests;

use Illuminate\Foundation\Http\FormRequest;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Jobs/SmsLoadBalancer.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 21.01.19
* Time: 12:26.
*/

namespace App\Jobs;

use GuzzleHttp\Client;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Lib/IManufacturerAPI.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 07.06.18
* Time: 11:28.
*/

namespace App\Lib;

use App\Misc\TransactionDataContainer;
Expand Down
6 changes: 0 additions & 6 deletions Website/htdocs/mpmanager/app/Lib/IMeterReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

namespace App\Lib;

/**
* Created by PhpStorm.
* User: kemal
* Date: 09.10.18
* Time: 10:38.
*/
interface IMeterReader
{
/**
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Lib/ISmsProvider.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 08.06.18
* Time: 16:39.
*/

namespace App\Lib;

use App\Models\SmsAndroidSetting;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Lib/ITransaction.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 24.05.18
* Time: 20:53.
*/

namespace App\Lib;

interface ITransaction
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 09.10.18
* Time: 10:50.
*/

namespace App\ManufacturerApi;

use App\Exceptions\Manufacturer\MeterIsNotReadable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 13.07.18
* Time: 11:09.
*/

namespace App\Models\Address;

use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Models/Base/BaseModel.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 29.05.18
* Time: 10:57.
*/

namespace App\Models\Base;

use Illuminate\Database\Eloquent\Model;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Models/Base/BaseModelCore.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 29.05.18
* Time: 10:57.
*/

namespace App\Models\Base;

use Illuminate\Database\Eloquent\Model;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.07.18
* Time: 15:36.
*/

namespace App\Models\Loan;

interface LoanableInterface
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Models/Role/RoleDefinition.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 13.07.18
* Time: 13:46.
*/

namespace App\Models\Role;

use App\Models\Base\BaseModel;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Models/Role/RoleInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.07.18
* Time: 17:33.
*/

namespace App\Models\Role;

use Illuminate\Database\Eloquent\Relations\HasOneOrMany;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Models/Role/Roles.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 13.07.18
* Time: 13:46.
*/

namespace App\Models\Role;

use App\Models\Base\BaseModel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 12.07.18
* Time: 17:14.
*/

namespace App\Models\Transaction;

interface IRawTransaction
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Observers/AddressesObserver.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 31.07.18
* Time: 22:08.
*/

namespace App\Observers;

use App\Models\Address\Address;
Expand Down
7 changes: 0 additions & 7 deletions Website/htdocs/mpmanager/app/Observers/AgentObserver.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Created by PhpStorm.
* User: kemal
* Date: 31.07.18
* Time: 19:53.
*/

namespace App\Observers;

use App\Models\Agent;
Expand Down
Loading

0 comments on commit 219e563

Please sign in to comment.