-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from GrahamCampbell/license
Updated License
- Loading branch information
Showing
15 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2013 Zizaco Zizuini <[email protected]> | ||
Copyright (c) 2014 Scott Robertson <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,9 @@ | |
* | ||
* @package League\FactoryMuffin\Exception | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class NoDefinedFactory extends \Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,9 @@ | |
* | ||
* @package League\FactoryMuffin\Exception | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Save extends \Exception | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,9 @@ | |
* | ||
* @package League\FactoryMuffin\Facades | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class FactoryMuffin | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,9 @@ | |
* | ||
* @package League\FactoryMuffin | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class FactoryMuffin | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
abstract class Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Call extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Closure extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Date extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Factory extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Generic extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Integer extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Name extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class String extends Kind | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,9 @@ | |
* | ||
* @package League\FactoryMuffin\Kind | ||
* @author Zizaco <[email protected]> | ||
* @author Scott Robertson <[email protected]> | ||
* @license MIT | ||
* @link https://github.com/thephpleague/factory-muffin/ | ||
* @link https://github.com/thephpleague/factory-muffin | ||
*/ | ||
class Text extends Kind | ||
{ | ||
|