Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
file header fix - docblock changed to a casual comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Sep 28, 2017
1 parent 86ead98 commit 47e9c93
Show file tree
Hide file tree
Showing 407 changed files with 414 additions and 416 deletions.
2 changes: 1 addition & 1 deletion src/BetterSerializer/Builder.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/BetterSerializer/Cache/Factory.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/BetterSerializer/Common/SerializationType.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\Common;
Expand Down
2 changes: 1 addition & 1 deletion src/BetterSerializer/Common/SerializationTypeInterface.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/BetterSerializer/DataBind/Converter/FloatConverter.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Annotations;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Model\ClassModel;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Model\ClassModel;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
2 changes: 1 addition & 1 deletion src/BetterSerializer/DataBind/MetaData/Model/MetaData.php
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Model;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Model\PropertyModel;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types = 1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/
namespace BetterSerializer\DataBind\MetaData\Model\PropertyModel;
Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down
@@ -1,7 +1,7 @@
<?php
declare(strict_types=1);

/**
/*
* @author Martin Fris <rasta@lj.sk>
*/

Expand Down

0 comments on commit 47e9c93

Please sign in to comment.