Completed
Push — develop ( 5daedc...8bdfb8 )
by Greg
09:33
created
app/Functions/FunctionsEdit.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
 	 *
296 296
 	 * @return string
297 297
 	 */
298
-	public static function formControlFamily($id, Family $family=null) {
298
+	public static function formControlFamily($id, Family $family = null) {
299 299
 		$value   = '';
300 300
 		$options = [];
301 301
 
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
 	 *
316 316
 	 * @return string
317 317
 	 */
318
-	public static function formControlIndividual($id, Individual $individual=null) {
318
+	public static function formControlIndividual($id, Individual $individual = null) {
319 319
 		$value   = '';
320 320
 		$options = [];
321 321
 
@@ -335,7 +335,7 @@  discard block
 block discarded – undo
335 335
 	 *
336 336
 	 * @return string
337 337
 	 */
338
-	public static function formControlMediaObject($id, Media $media_object=null) {
338
+	public static function formControlMediaObject($id, Media $media_object = null) {
339 339
 		$value   = '';
340 340
 		$options = [];
341 341
 
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
 	 *
356 356
 	 * @return string
357 357
 	 */
358
-	public static function formControlNote($id, Note $note=null) {
358
+	public static function formControlNote($id, Note $note = null) {
359 359
 		$value   = '';
360 360
 		$options = [];
361 361
 
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
 	 *
376 376
 	 * @return string
377 377
 	 */
378
-	public static function formControlRepository($id, Repository $repository=null) {
378
+	public static function formControlRepository($id, Repository $repository = null) {
379 379
 		$value   = '';
380 380
 		$options = [];
381 381
 
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
 	 *
396 396
 	 * @return string
397 397
 	 */
398
-	public static function formControlSource($id, Source $source=null) {
398
+	public static function formControlSource($id, Source $source = null) {
399 399
 		$value   = '';
400 400
 		$options = [];
401 401
 
@@ -415,7 +415,7 @@  discard block
 block discarded – undo
415 415
 	 *
416 416
 	 * @return string
417 417
 	 */
418
-	public static function formControlSubmitter($id, GedcomRecord $submitter=null) {
418
+	public static function formControlSubmitter($id, GedcomRecord $submitter = null) {
419 419
 		$value   = '';
420 420
 		$options = [];
421 421
 
Please login to merge, or discard this patch.