Skip to content

Commit

Permalink
Change phpspec template to fit with current code
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Aug 22, 2014
1 parent 2fdb1e3 commit bade59a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .phpspec/class.tpl
@@ -1,12 +1,13 @@
<?php

// > This code was crafted by the [Ushahidi Team][ushteam] and is copyright (c)
// 2014 by [Ushahidi][ush]. It is licensed under the [GNU Affero General Public
// License Version 3][license] (AGPL3).
//
// [ush]: http://ushahidi.com
// [ushteam]: team@ushahidi.com
// [license]: https://www.gnu.org/licenses/agpl-3.0.html
/**
* Ushahidi Platform
*
* @author Ushahidi Team <team@ushahidi.com>
* @package Ushahidi\Platform
* @copyright 2014 Ushahidi
* @license https://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License Version 3 (AGPL3)
*/

namespace %namespace%;

Expand Down
3 changes: 3 additions & 0 deletions .phpspec/method.tpl
@@ -1,4 +1,7 @@

/**
* @return void
*/
public function %name%(%arguments%)
{
}

0 comments on commit bade59a

Please sign in to comment.