Skip to content

Commit

Permalink
11.0: [Code Cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
jstanden committed Nov 5, 2024
1 parent 360b748 commit d415663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Application.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -3851,7 +3851,7 @@ static function uniqueFields(array $fields, $model) : array {
/**
*
* @param array $ids
* @return DevblocksRecordModel[]
* @return Model_Snippet[]
*/
static function getIds(array $ids) : array {
if(empty($ids))
Expand Down
2 changes: 1 addition & 1 deletion features/cerberusweb.core/api/uri/profiles/automation.php
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ private function _profileAction_stepAutomationEditor() {

DevblocksPlatform::services()->http()->setHeader('Content-Type', 'text/plain; charset=utf-8');

if(false == ($output_yaml = DevblocksPlatform::services()->string()->yamlParse($output_yaml, 0)))
if(!($output_yaml = DevblocksPlatform::services()->string()->yamlParse($output_yaml, 0)))
return;

$output_dict = DevblocksDictionaryDelegate::instance($output_yaml);
Expand Down

0 comments on commit d415663

Please sign in to comment.