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

Commit

Permalink
updated file header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian7 committed Oct 1, 2017
1 parent 66faaa5 commit 5f194c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/login.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* DevLib - Facebook log in sample
* @author adrian7 ([email protected])
* @author adrian7
* @version 1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions src/API/Facebook/App.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* DevLib - Utils - Facebook Login
* @author adrian7 ([email protected])
* DevLib - Facebook API App Class
* @author adrian7
* @version 1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions src/API/Facebook/GraphAccessProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* DevLib - Utils - Graph Access Provider class
* @author adrian7 ([email protected])
* DevLib - Facebook API Graph Access Provider Class
* @author adrian7
* @version 1.0
*/

Expand Down
4 changes: 2 additions & 2 deletions src/API/Facebook/User.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* DevLib - Utils - Facebook Login
* @author adrian7 ([email protected])
* DevLib - Facebook API User Class
* @author adrian7
* @version 1.0
*/

Expand Down

0 comments on commit 5f194c2

Please sign in to comment.