Skip to content

Commit

Permalink
Added proper class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Nov 25, 2021
1 parent 51ef587 commit 4c421b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Config/ConfigFunction.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php namespace Winter\Storm\Config;

/**
* This class is for use with ConfigFile.
* Class EnvFile
* @package Winter\Storm\Config
*
* This class is for use with ConfigFile as a method to inject a function call into a config file
*/
class ConfigFunction
{
Expand Down

0 comments on commit 4c421b9

Please sign in to comment.