Completed
Push — master ( 624035...6bfb71 )
by Stephanie
02:57
created
classes/models/FrmStyle.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
 	public $id = 0; // the id of the post
5 5
 
6 6
 	/**
7
-	 * @param int|string $id The id of the stylsheet or 'default'
7
+	 * @param integer $id The id of the stylsheet or 'default'
8 8
 	 */
9 9
 	public function __construct( $id = 0 ) {
10 10
         $this->id = $id;
@@ -145,6 +145,9 @@  discard block
 block discarded – undo
145 145
 		set_transient( 'frmpro_css', $css, MONTH_IN_SECONDS );
146 146
 	}
147 147
 
148
+	/**
149
+	 * @param string $filename
150
+	 */
148 151
 	private function get_css_content( $filename ) {
149 152
 		$css = '/* ' . __( 'WARNING: Any changes made to this file will be lost when your Formidable settings are updated', 'formidable' ) . ' */' . "\n";
150 153
 
Please login to merge, or discard this patch.