Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
modules: removed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
slmatthew committed Feb 16, 2020
1 parent 3129b0f commit df79b64
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions modules/Attachments.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* Upload files
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/Audio.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

if(is_null($config) || empty($config) || !isset($config)) throw new ConfigException('You need to set config');
if(!function_exists('request')) throw new RequestsException('Requests module is not loaded');

Expand Down
2 changes: 0 additions & 2 deletions modules/DataHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* Class for handle the data from VK
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/Exceptions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

class ConfigException extends \Exception { }
class TypeException extends \Exception { }
class RequestsException extends \Exception { }
Expand Down
2 changes: 0 additions & 2 deletions modules/Keyboard.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* Create, edit and get keyboard for VK
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/LpDecoder.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* User LP events decoder
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/SBSC.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* Step-by-step commands class
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/Template.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* Template constructor (template param in messages.send)
* @author slmatthew
Expand Down
2 changes: 0 additions & 2 deletions modules/Upload.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

namespace Senses;

/**
* @ignore
*/
Expand Down

0 comments on commit df79b64

Please sign in to comment.