Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
andaniel05 committed Nov 2, 2020
1 parent ec4a11c commit f16af7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/Annotation/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
* @Annotation
*
* @author Andy Daniel Navarro Taño <andaniel05@gmail.com>
* @final
*/
final class Data
class Data
{
public $getter;

Expand Down
3 changes: 1 addition & 2 deletions src/Annotation/Sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
* @Annotation
*
* @author Andy Daniel Navarro Taño <andaniel05@gmail.com>
* @final
*/
final class Sidebar extends View
class Sidebar extends View
{
}
3 changes: 1 addition & 2 deletions src/Annotation/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
* @Annotation
*
* @author Andy Daniel Navarro Taño <andaniel05@gmail.com>
* @final
*/
final class View extends Component
class View extends Component
{
}

0 comments on commit f16af7b

Please sign in to comment.