mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Minor fixes
This commit is contained in:
parent
d915ea7329
commit
d57a364caa
|
|
@ -38,7 +38,7 @@ interface EncodingInterface
|
|||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
public function encode($source);
|
||||
public static function encode($source);
|
||||
|
||||
/**
|
||||
* Dedecodes text
|
||||
|
|
@ -50,5 +50,5 @@ interface EncodingInterface
|
|||
* @since 1.0.0
|
||||
* @author Dennis Eichhorn <d.eichhorn@oms.com>
|
||||
*/
|
||||
public function decode($decoded);
|
||||
public static function decode($decoded);
|
||||
}
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
namespace phpOMS\Utils\Encoding;
|
||||
|
||||
/**
|
||||
* Gray encoding class
|
||||
* XOR encoding class
|
||||
*
|
||||
* @category Framework
|
||||
* @package phpOMS\Utils
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user