@@ -57,6 +57,7 @@ |
||
| 57 | 57 | * Sanitize a title to a filename |
| 58 | 58 | * |
| 59 | 59 | * @param string $title |
| 60 | + * @param string $extension |
|
| 60 | 61 | * @return string |
| 61 | 62 | */ |
| 62 | 63 | protected function title_to_filename( $title, $extension ) { |
@@ -142,7 +142,7 @@ |
||
| 142 | 142 | * |
| 143 | 143 | * @param Datastore_Interface $datastore |
| 144 | 144 | * @param boolean $set_as_default |
| 145 | - * @return object $this |
|
| 145 | + * @return Complex_Field $this |
|
| 146 | 146 | */ |
| 147 | 147 | public function set_datastore( Datastore_Interface $datastore, $set_as_default = false ) { |
| 148 | 148 | if ( $set_as_default && ! $this->has_default_datastore() ) { |