Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 14, 2020
1 parent a27c1ea commit 1fe4357
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Utils/ArrayHash.php
Expand Up @@ -17,7 +17,6 @@
*/
class ArrayHash extends \stdClass implements \ArrayAccess, \Countable, \IteratorAggregate
{

/**
* @return static
*/
Expand Down
1 change: 0 additions & 1 deletion src/Utils/IHtmlString.php
Expand Up @@ -12,7 +12,6 @@

interface IHtmlString
{

/**
* Returns string in HTML format
*/
Expand Down
1 change: 0 additions & 1 deletion src/Utils/ITranslator.php
Expand Up @@ -15,7 +15,6 @@
*/
interface ITranslator
{

/**
* Translates the given string.
*/
Expand Down
1 change: 0 additions & 1 deletion src/Utils/SmartObject.php
Expand Up @@ -21,7 +21,6 @@
*/
trait SmartObject
{

/**
* @throws MemberAccessException
*/
Expand Down
1 change: 0 additions & 1 deletion src/Utils/StaticClass.php
Expand Up @@ -15,7 +15,6 @@
*/
trait StaticClass
{

/**
* @throws \Error
*/
Expand Down

0 comments on commit 1fe4357

Please sign in to comment.