Skip to content

Commit 5eb6f6c

Browse files
committed
Updated docblock for the exception class.
All docblocks now contain coherent information regarding website, copyright, license and author.
1 parent 4831885 commit 5eb6f6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

browscap/Browscap.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -680,11 +680,11 @@ private function _getUserAgent()
680680
* Browscap.ini parsing class exception
681681
*
682682
* @package Browscap
683-
* @author Jonathan Stoppani <st.jonathan@gmail.com>
684-
* @copyright Copyright (c) 2006-2008 Jonathan Stoppani
685-
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License
686-
* @link http://garetjax.info/projects/browscap/
687-
*/
683+
* @author Jonathan Stoppani <jonathan@stoppani.name>
684+
* @copyright Copyright (c) 2006-2012 Jonathan Stoppani
685+
* @version 0.7
686+
* @license http://www.opensource.org/licenses/MIT MIT License
687+
* @link https://github.com/GaretJax/phpbrowscap/*/
688688
class Browscap_Exception extends Exception
689689
{}
690690

0 commit comments

Comments
 (0)