Completed
Pull Request — master (#47)
by lan tian
04:01
created
src/phpsms/CheckFramework.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,6 +4,9 @@
 block discarded – undo
4 4
 
5 5
 class CheckFramework
6 6
 {
7
+    /**
8
+     * @param string $name
9
+     */
7 10
     public static function is($name)
8 11
     {
9 12
         $name = ucfirst(strtolower(trim("$name")));
Please login to merge, or discard this patch.